Html Css Color HEX #357F28 Bilbao

📋 copy color: '#357F28'

red 53 ◦ green 127 ◦ blue 40

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

Shades of Bilbao #357F28

Tints of Bilbao #357F28

RGB

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

 GREEN value IS 127 (50% from 255) = 57.73%

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

R = 24.09%
G = 57.73%
B = 18.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#357F28 (or 0x357F28) is known color: Bilbao. HEX triplet: 35, 7F and 28. RGB value is (53,127,40). Sum of RGB (Red+Green+Blue) = 53+127+40=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #357F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F28 is #CA80D7. Grayscale: #5F5F5F. Windows color (decimal): -13271256 or 2654005. OLE color: 2654005.

HSL color Cylindrical-coordinate representation of color #357F28: hue angle of 111.03º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357F28 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 127 40 -
CMYK 0.58 0 0.69 0.50
HSL 111.03º 0.52% 0.33% -
HSV(B) 111.03º 0.69% 0.5% -
XYZ 9.44 16.09 4.62 -
YUV 94.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 53 127 40 0.58 0 0.69 0.50 111.03 0.52 0.33
Hex 35 7F 28 3A 0 45 32 6F 34 21
Octal 65 177 50 72 0 105 62 157 64 41
Binary 110101 1111111 101000 111010 0 1000101 110010 1101111 110100 100001

Color Harmonies of #357F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F28

Black with #357F28

Text Example


Text Example

White with #357F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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