Html Css Color HEX #357228 Bilbao

📋 copy color: '#357228'

red 53 ◦ green 114 ◦ blue 40

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

Shades of Bilbao #357228

Tints of Bilbao #357228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

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

R = 25.6%
G = 55.07%
B = 19.32%

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

#357228 (or 0x357228) is known color: Bilbao. HEX triplet: 35, 72 and 28. RGB value is (53,114,40). Sum of RGB (Red+Green+Blue) = 53+114+40=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #357228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357228 is #CA8DD7. Grayscale: #575757. Windows color (decimal): -13274584 or 2650677. OLE color: 2650677.

HSL color Cylindrical-coordinate representation of color #357228: hue angle of 109.46º 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 #357228 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 40 -
CMYK 0.54 0 0.65 0.55
HSL 109.46º 0.48% 0.3% -
HSV(B) 109.46º 0.65% 0.45% -
XYZ 7.87 12.94 4.09 -
YUV 87.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 53 114 40 0.54 0 0.65 0.55 109.46 0.48 0.3
Hex 35 72 28 36 0 41 37 6D 30 1E
Octal 65 162 50 66 0 101 67 155 60 36
Binary 110101 1110010 101000 110110 0 1000001 110111 1101101 110000 11110

Color Harmonies of #357228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357228

Black with #357228

Text Example


Text Example

White with #357228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357228; }

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

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

background-color css

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

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

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

border-color css

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

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

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