Html Css Color HEX #337500 Bilbao

📋 copy color: '#337500'

red 51 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #337500

Tints of Bilbao #337500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.36%
G = 69.64%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#337500 (or 0x337500) is known color: Bilbao. HEX triplet: 33, 75 and 00. RGB value is (51,117,0). Sum of RGB (Red+Green+Blue) = 51+117+0=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #337500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337500 is #CC8AFF. Grayscale: #545454. Windows color (decimal): -13404928 or 30003. OLE color: 30003.

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

Color convert

RGB 51 117 0 -
CMYK 0.56 0 1 0.54
HSL 93.85º 1% 0.23% -
HSV(B) 93.85º 1% 0.46% -
XYZ 7.73 13.43 2.18 -
YUV 83.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 51 117 0 0.56 0 1 0.54 93.85 1 0.23
Hex 33 75 0 38 0 64 36 5E 64 17
Octal 63 165 0 70 0 144 66 136 144 27
Binary 110011 1110101 0 111000 0 1100100 110110 1011110 1100100 10111

Color Harmonies of #337500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337500

Black with #337500

Text Example


Text Example

White with #337500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337500; }

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

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

background-color css

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

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

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

border-color css

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

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

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