Html Css Color HEX #357716 Bilbao

📋 copy color: '#357716'

red 53 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #357716

Tints of Bilbao #357716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.34%

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

R = 27.32%
G = 61.34%
B = 11.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#357716 (or 0x357716) is known color: Bilbao. HEX triplet: 35, 77 and 16. RGB value is (53,119,22). Sum of RGB (Red+Green+Blue) = 53+119+22=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #357716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357716 is #CA88E9. Grayscale: #585858. Windows color (decimal): -13273322 or 1472309. OLE color: 1472309.

HSL color Cylindrical-coordinate representation of color #357716: hue angle of 100.82º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #357716 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 22 -
CMYK 0.55 0 0.82 0.53
HSL 100.82º 0.69% 0.28% -
HSV(B) 100.82º 0.82% 0.47% -
XYZ 8.21 14.01 3.03 -
YUV 88.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 53 119 22 0.55 0 0.82 0.53 100.82 0.69 0.28
Hex 35 77 16 37 0 52 35 65 45 1C
Octal 65 167 26 67 0 122 65 145 105 34
Binary 110101 1110111 10110 110111 0 1010010 110101 1100101 1000101 11100

Color Harmonies of #357716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357716

Black with #357716

Text Example


Text Example

White with #357716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357716; }

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

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

background-color css

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

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

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

border-color css

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

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

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