Html Css Color HEX #357008 Bilbao

📋 copy color: '#357008'

red 53 ◦ green 112 ◦ blue 8

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

Shades of Bilbao #357008

Tints of Bilbao #357008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64.74%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 30.64%
G = 64.74%
B = 4.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#357008 (or 0x357008) is known color: Bilbao. HEX triplet: 35, 70 and 08. RGB value is (53,112,8). Sum of RGB (Red+Green+Blue) = 53+112+8=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #357008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357008 is #CA8FF7. Grayscale: #525252. Windows color (decimal): -13275128 or 553013. OLE color: 553013.

HSL color Cylindrical-coordinate representation of color #357008: hue angle of 94.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #357008 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 8 -
CMYK 0.53 0 0.93 0.56
HSL 94.04º 0.87% 0.24% -
HSV(B) 94.04º 0.93% 0.44% -
XYZ 7.31 12.36 2.23 -
YUV 82.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 53 112 8 0.53 0 0.93 0.56 94.04 0.87 0.24
Hex 35 70 8 35 0 5D 38 5E 57 18
Octal 65 160 10 65 0 135 70 136 127 30
Binary 110101 1110000 1000 110101 0 1011101 111000 1011110 1010111 11000

Color Harmonies of #357008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357008

Black with #357008

Text Example


Text Example

White with #357008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357008; }

 p { color: rgb(53,112,8); }

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

background-color css

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

 a { background-color: rgb(53,112,8); }

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

border-color css

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

 span { border-color: rgb(53,112,8); }

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