Html Css Color HEX #337100 Bilbao

📋 copy color: '#337100'

red 51 ◦ green 113 ◦ blue 0

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

Shades of Bilbao #337100

Tints of Bilbao #337100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.9%

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

R = 31.1%
G = 68.9%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#337100 (or 0x337100) is known color: Bilbao. HEX triplet: 33, 71 and 00. RGB value is (51,113,0). Sum of RGB (Red+Green+Blue) = 51+113+0=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #337100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337100 is #CC8EFF. Grayscale: #515151. Windows color (decimal): -13405952 or 28979. OLE color: 28979.

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

Color convert

RGB 51 113 0 -
CMYK 0.55 0 1 0.56
HSL 92.92º 1% 0.22% -
HSV(B) 92.92º 1% 0.44% -
XYZ 7.27 12.51 2.03 -
YUV 81.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 51 113 0 0.55 0 1 0.56 92.92 1 0.22
Hex 33 71 0 37 0 64 38 5D 64 16
Octal 63 161 0 67 0 144 70 135 144 26
Binary 110011 1110001 0 110111 0 1100100 111000 1011101 1100100 10110

Color Harmonies of #337100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337100

Black with #337100

Text Example


Text Example

White with #337100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337100; }

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

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

background-color css

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

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

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

border-color css

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

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

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