Html Css Color HEX #357329 Bilbao

📋 copy color: '#357329'

red 53 ◦ green 115 ◦ blue 41

#357329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #357329

Tints of Bilbao #357329

RGB

 RED value IS 53 (21.09% from 255) = 25.36%

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 25.36%
G = 55.02%
B = 19.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#357329 (or 0x357329) is known color: Bilbao. HEX triplet: 35, 73 and 29. RGB value is (53,115,41). Sum of RGB (Red+Green+Blue) = 53+115+41=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #357329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357329 is #CA8CD6. Grayscale: #585858. Windows color (decimal): -13274327 or 2716469. OLE color: 2716469.

HSL color Cylindrical-coordinate representation of color #357329: hue angle of 110.27º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357329 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 41 -
CMYK 0.54 0 0.64 0.55
HSL 110.27º 0.47% 0.31% -
HSV(B) 110.27º 0.64% 0.45% -
XYZ 8 13.18 4.22 -
YUV 88.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 53 115 41 0.54 0 0.64 0.55 110.27 0.47 0.31
Hex 35 73 29 36 0 40 37 6E 2F 1F
Octal 65 163 51 66 0 100 67 156 57 37
Binary 110101 1110011 101001 110110 0 1000000 110111 1101110 101111 11111

Color Harmonies of #357329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357329

Black with #357329

Text Example


Text Example

White with #357329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357329; }

 p { color: rgb(53,115,41); }

 H1.HeaderClassName
 {
   color: #357329;
 }
 .AnyTagClassName
 {
   color: #357329;
 }
</style>

background-color css

<style>
 a { background-color: #357329; }

 a { background-color: rgb(53,115,41); }

 div.DivClassName
 {
   background-color: #357329;
 }
 .BgClassName
 {
   background-color: #357329;
 }
</style>

border-color css

<style>
 span { border-color: #357329; }

 span { border-color: rgb(53,115,41); }

 td.TdClassName
 {
   border-color: #357329;
 }
 .TagClassName
 {
   border-color: #357329;
 }
</style>