Html Css Color HEX #337516 Bilbao

📋 copy color: '#337516'

red 51 ◦ green 117 ◦ blue 22

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

Shades of Bilbao #337516

Tints of Bilbao #337516

RGB

 RED value IS 51 (20.31% from 255) = 26.84%

 GREEN value IS 117 (46.09% from 255) = 61.58%

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

R = 26.84%
G = 61.58%
B = 11.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#337516 (or 0x337516) is known color: Bilbao. HEX triplet: 33, 75 and 16. RGB value is (51,117,22). Sum of RGB (Red+Green+Blue) = 51+117+22=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #337516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337516 is #CC8AE9. Grayscale: #565656. Windows color (decimal): -13404906 or 1471795. OLE color: 1471795.

HSL color Cylindrical-coordinate representation of color #337516: hue angle of 101.68º degrees, saturation: 0.68, 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 #337516 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 22 -
CMYK 0.56 0 0.81 0.54
HSL 101.68º 0.68% 0.27% -
HSV(B) 101.68º 0.81% 0.46% -
XYZ 7.87 13.48 2.95 -
YUV 86.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 51 117 22 0.56 0 0.81 0.54 101.68 0.68 0.27
Hex 33 75 16 38 0 51 36 66 44 1B
Octal 63 165 26 70 0 121 66 146 104 33
Binary 110011 1110101 10110 111000 0 1010001 110110 1100110 1000100 11011

Color Harmonies of #337516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337516

Black with #337516

Text Example


Text Example

White with #337516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337516; }

 p { color: rgb(51,117,22); }

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

background-color css

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

 a { background-color: rgb(51,117,22); }

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

border-color css

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

 span { border-color: rgb(51,117,22); }

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