Html Css Color HEX #337005 Bilbao

📋 copy color: '#337005'

red 51 ◦ green 112 ◦ blue 5

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

Shades of Bilbao #337005

Tints of Bilbao #337005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.67%

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 30.36%
G = 66.67%
B = 2.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#337005 (or 0x337005) is known color: Bilbao. HEX triplet: 33, 70 and 05. RGB value is (51,112,5). Sum of RGB (Red+Green+Blue) = 51+112+5=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #337005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337005 is #CC8FFA. Grayscale: #515151. Windows color (decimal): -13406203 or 356403. OLE color: 356403.

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

Color convert

RGB 51 112 5 -
CMYK 0.54 0 0.96 0.56
HSL 94.21º 0.91% 0.23% -
HSV(B) 94.21º 0.96% 0.44% -
XYZ 7.19 12.3 2.14 -
YUV 81.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 51 112 5 0.54 0 0.96 0.56 94.21 0.91 0.23
Hex 33 70 5 36 0 60 38 5E 5B 17
Octal 63 160 5 66 0 140 70 136 133 27
Binary 110011 1110000 101 110110 0 1100000 111000 1011110 1011011 10111

Color Harmonies of #337005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337005

Black with #337005

Text Example


Text Example

White with #337005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337005; }

 p { color: rgb(51,112,5); }

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

background-color css

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

 a { background-color: rgb(51,112,5); }

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

border-color css

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

 span { border-color: rgb(51,112,5); }

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