Html Css Color HEX #357428 Bilbao

📋 copy color: '#357428'

red 53 ◦ green 116 ◦ blue 40

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

Shades of Bilbao #357428

Tints of Bilbao #357428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

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

R = 25.36%
G = 55.5%
B = 19.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#357428 (or 0x357428) is known color: Bilbao. HEX triplet: 35, 74 and 28. RGB value is (53,116,40). Sum of RGB (Red+Green+Blue) = 53+116+40=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #357428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357428 is #CA8BD7. Grayscale: #585858. Windows color (decimal): -13274072 or 2651189. OLE color: 2651189.

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

Color convert

RGB 53 116 40 -
CMYK 0.54 0 0.66 0.55
HSL 109.74º 0.49% 0.31% -
HSV(B) 109.74º 0.66% 0.45% -
XYZ 8.1 13.4 4.17 -
YUV 88.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 53 116 40 0.54 0 0.66 0.55 109.74 0.49 0.31
Hex 35 74 28 36 0 42 37 6E 31 1F
Octal 65 164 50 66 0 102 67 156 61 37
Binary 110101 1110100 101000 110110 0 1000010 110111 1101110 110001 11111

Color Harmonies of #357428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357428

Black with #357428

Text Example


Text Example

White with #357428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357428; }

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

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

background-color css

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

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

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

border-color css

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

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

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