Html Css Color HEX #337D00 Bilbao

📋 copy color: '#337D00'

red 51 ◦ green 125 ◦ blue 0

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

Shades of Bilbao #337D00

Tints of Bilbao #337D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 71.02%

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

R = 28.98%
G = 71.02%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#337D00 (or 0x337D00) is known color: Bilbao. HEX triplet: 33, 7D and 00. RGB value is (51,125,0). Sum of RGB (Red+Green+Blue) = 51+125+0=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #337D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D00 is #CC82FF. Grayscale: #595959. Windows color (decimal): -13402880 or 32051. OLE color: 32051.

HSL color Cylindrical-coordinate representation of color #337D00: hue angle of 95.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #337D00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 0 -
CMYK 0.59 0 1 0.51
HSL 95.52º 1% 0.25% -
HSV(B) 95.52º 1% 0.49% -
XYZ 8.7 15.37 2.51 -
YUV 88.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 51 125 0 0.59 0 1 0.51 95.52 1 0.25
Hex 33 7D 0 3B 0 64 33 60 64 19
Octal 63 175 0 73 0 144 63 140 144 31
Binary 110011 1111101 0 111011 0 1100100 110011 1100000 1100100 11001

Color Harmonies of #337D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D00

Black with #337D00

Text Example


Text Example

White with #337D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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