Html Css Color HEX #357328 Bilbao

📋 copy color: '#357328'

red 53 ◦ green 115 ◦ blue 40

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

Shades of Bilbao #357328

Tints of Bilbao #357328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 25.48%
G = 55.29%
B = 19.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#357328 (or 0x357328) is known color: Bilbao. HEX triplet: 35, 73 and 28. RGB value is (53,115,40). Sum of RGB (Red+Green+Blue) = 53+115+40=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #357328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357328 is #CA8CD7. Grayscale: #585858. Windows color (decimal): -13274328 or 2650933. OLE color: 2650933.

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

Color convert

RGB 53 115 40 -
CMYK 0.54 0 0.65 0.55
HSL 109.6º 0.48% 0.3% -
HSV(B) 109.6º 0.65% 0.45% -
XYZ 7.98 13.17 4.13 -
YUV 87.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 53 115 40 0.54 0 0.65 0.55 109.6 0.48 0.3
Hex 35 73 28 36 0 41 37 6E 30 1E
Octal 65 163 50 66 0 101 67 156 60 36
Binary 110101 1110011 101000 110110 0 1000001 110111 1101110 110000 11110

Color Harmonies of #357328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357328

Black with #357328

Text Example


Text Example

White with #357328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357328; }

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

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

background-color css

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

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

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

border-color css

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

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

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