Html Css Color HEX #337C00 Bilbao

📋 copy color: '#337C00'

red 51 ◦ green 124 ◦ blue 0

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

Shades of Bilbao #337C00

Tints of Bilbao #337C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 70.86%

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

R = 29.14%
G = 70.86%
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

#337C00 (or 0x337C00) is known color: Bilbao. HEX triplet: 33, 7C and 00. RGB value is (51,124,0). Sum of RGB (Red+Green+Blue) = 51+124+0=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #337C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C00 is #CC83FF. Grayscale: #585858. Windows color (decimal): -13403136 or 31795. OLE color: 31795.

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

Color convert

RGB 51 124 0 -
CMYK 0.59 0 1 0.51
HSL 95.32º 1% 0.24% -
HSV(B) 95.32º 1% 0.49% -
XYZ 8.57 15.12 2.47 -
YUV 88.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 51 124 0 0.59 0 1 0.51 95.32 1 0.24
Hex 33 7C 0 3B 0 64 33 5F 64 18
Octal 63 174 0 73 0 144 63 137 144 30
Binary 110011 1111100 0 111011 0 1100100 110011 1011111 1100100 11000

Color Harmonies of #337C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C00

Black with #337C00

Text Example


Text Example

White with #337C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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