Html Css Color HEX #337916 Bilbao

📋 copy color: '#337916'

red 51 ◦ green 121 ◦ blue 22

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

Shades of Bilbao #337916

Tints of Bilbao #337916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 62.37%

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

R = 26.29%
G = 62.37%
B = 11.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#337916 (or 0x337916) is known color: Bilbao. HEX triplet: 33, 79 and 16. RGB value is (51,121,22). Sum of RGB (Red+Green+Blue) = 51+121+22=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #337916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337916 is #CC86E9. Grayscale: #595959. Windows color (decimal): -13403882 or 1472819. OLE color: 1472819.

HSL color Cylindrical-coordinate representation of color #337916: hue angle of 102.42º 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 #337916 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 22 -
CMYK 0.58 0 0.82 0.53
HSL 102.42º 0.69% 0.28% -
HSV(B) 102.42º 0.82% 0.47% -
XYZ 8.35 14.44 3.11 -
YUV 88.78 90.31 101.05 -
System Red Green Blue C M Y K H S L
Decimal 51 121 22 0.58 0 0.82 0.53 102.42 0.69 0.28
Hex 33 79 16 3A 0 52 35 66 45 1C
Octal 63 171 26 72 0 122 65 146 105 34
Binary 110011 1111001 10110 111010 0 1010010 110101 1100110 1000101 11100

Color Harmonies of #337916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337916

Black with #337916

Text Example


Text Example

White with #337916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337916; }

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

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

background-color css

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

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

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

border-color css

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

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

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