Html Css Color HEX #337502 Bilbao

📋 copy color: '#337502'

red 51 ◦ green 117 ◦ blue 2

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

Shades of Bilbao #337502

Tints of Bilbao #337502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 30%
G = 68.82%
B = 1.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#337502 (or 0x337502) is known color: Bilbao. HEX triplet: 33, 75 and 02. RGB value is (51,117,2). Sum of RGB (Red+Green+Blue) = 51+117+2=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #337502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337502 is #CC8AFD. Grayscale: #545454. Windows color (decimal): -13404926 or 161075. OLE color: 161075.

HSL color Cylindrical-coordinate representation of color #337502: hue angle of 94.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #337502 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 2 -
CMYK 0.56 0 0.98 0.54
HSL 94.43º 0.97% 0.23% -
HSV(B) 94.43º 0.98% 0.46% -
XYZ 7.74 13.43 2.24 -
YUV 84.16 81.63 104.35 -
System Red Green Blue C M Y K H S L
Decimal 51 117 2 0.56 0 0.98 0.54 94.43 0.97 0.23
Hex 33 75 2 38 0 62 36 5E 61 17
Octal 63 165 2 70 0 142 66 136 141 27
Binary 110011 1110101 10 111000 0 1100010 110110 1011110 1100001 10111

Color Harmonies of #337502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337502

Black with #337502

Text Example


Text Example

White with #337502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337502; }

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

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

background-color css

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

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

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

border-color css

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

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

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