Html Css Color HEX #357616 Bilbao

📋 copy color: '#357616'

red 53 ◦ green 118 ◦ blue 22

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

Shades of Bilbao #357616

Tints of Bilbao #357616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.14%

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

R = 27.46%
G = 61.14%
B = 11.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#357616 (or 0x357616) is known color: Bilbao. HEX triplet: 35, 76 and 16. RGB value is (53,118,22). Sum of RGB (Red+Green+Blue) = 53+118+22=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #357616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357616 is #CA89E9. Grayscale: #575757. Windows color (decimal): -13273578 or 1472053. OLE color: 1472053.

HSL color Cylindrical-coordinate representation of color #357616: hue angle of 100.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #357616 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 22 -
CMYK 0.55 0 0.81 0.54
HSL 100.63º 0.69% 0.27% -
HSV(B) 100.63º 0.81% 0.46% -
XYZ 8.09 13.77 2.99 -
YUV 87.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 53 118 22 0.55 0 0.81 0.54 100.63 0.69 0.27
Hex 35 76 16 37 0 51 36 65 45 1B
Octal 65 166 26 67 0 121 66 145 105 33
Binary 110101 1110110 10110 110111 0 1010001 110110 1100101 1000101 11011

Color Harmonies of #357616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357616

Black with #357616

Text Example


Text Example

White with #357616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357616; }

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

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

background-color css

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

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

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

border-color css

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

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

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