Html Css Color HEX #337D19 Bilbao

📋 copy color: '#337D19'

red 51 ◦ green 125 ◦ blue 25

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

Shades of Bilbao #337D19

Tints of Bilbao #337D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 25.37%
G = 62.19%
B = 12.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#337D19 (or 0x337D19) is known color: Bilbao. HEX triplet: 33, 7D and 19. RGB value is (51,125,25). Sum of RGB (Red+Green+Blue) = 51+125+25=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 125 (49.22% from 255 or 62.19% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 125 - color contains mainly: green. Hex color #337D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D19 is #CC82E6. Grayscale: #5B5B5B. Windows color (decimal): -13402855 or 1670451. OLE color: 1670451.

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

Color convert

RGB 51 125 25 -
CMYK 0.59 0 0.8 0.51
HSL 104.4º 0.67% 0.29% -
HSV(B) 104.4º 0.8% 0.49% -
XYZ 8.87 15.44 3.43 -
YUV 91.47 90.48 99.13 -
System Red Green Blue C M Y K H S L
Decimal 51 125 25 0.59 0 0.8 0.51 104.4 0.67 0.29
Hex 33 7D 19 3B 0 50 33 68 43 1D
Octal 63 175 31 73 0 120 63 150 103 35
Binary 110011 1111101 11001 111011 0 1010000 110011 1101000 1000011 11101

Color Harmonies of #337D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D19

Black with #337D19

Text Example


Text Example

White with #337D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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