Html Css Color HEX #357016 Bilbao

📋 copy color: '#357016'

red 53 ◦ green 112 ◦ blue 22

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

Shades of Bilbao #357016

Tints of Bilbao #357016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 28.34%
G = 59.89%
B = 11.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#357016 (or 0x357016) is known color: Bilbao. HEX triplet: 35, 70 and 16. RGB value is (53,112,22). Sum of RGB (Red+Green+Blue) = 53+112+22=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #357016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357016 is #CA8FE9. Grayscale: #545454. Windows color (decimal): -13275114 or 1470517. OLE color: 1470517.

HSL color Cylindrical-coordinate representation of color #357016: hue angle of 99.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #357016 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 22 -
CMYK 0.53 0 0.80 0.56
HSL 99.33º 0.67% 0.26% -
HSV(B) 99.33º 0.8% 0.44% -
XYZ 7.41 12.4 2.76 -
YUV 84.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 53 112 22 0.53 0 0.80 0.56 99.33 0.67 0.26
Hex 35 70 16 35 0 50 38 63 43 1A
Octal 65 160 26 65 0 120 70 143 103 32
Binary 110101 1110000 10110 110101 0 1010000 111000 1100011 1000011 11010

Color Harmonies of #357016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357016

Black with #357016

Text Example


Text Example

White with #357016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357016; }

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

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

background-color css

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

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

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

border-color css

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

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

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