Html Css Color HEX #337C19 Bilbao

📋 copy color: '#337C19'

red 51 ◦ green 124 ◦ blue 25

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

Shades of Bilbao #337C19

Tints of Bilbao #337C19

RGB

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

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

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

R = 25.5%
G = 62%
B = 12.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#337C19 (or 0x337C19) is known color: Bilbao. HEX triplet: 33, 7C and 19. RGB value is (51,124,25). Sum of RGB (Red+Green+Blue) = 51+124+25=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #337C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C19 is #CC83E6. Grayscale: #5B5B5B. Windows color (decimal): -13403111 or 1670195. OLE color: 1670195.

HSL color Cylindrical-coordinate representation of color #337C19: hue angle of 104.24º degrees, saturation: 0.66, 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 #337C19 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 25 -
CMYK 0.59 0 0.80 0.51
HSL 104.24º 0.66% 0.29% -
HSV(B) 104.24º 0.8% 0.49% -
XYZ 8.75 15.19 3.39 -
YUV 90.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 51 124 25 0.59 0 0.80 0.51 104.24 0.66 0.29
Hex 33 7C 19 3B 0 50 33 68 42 1D
Octal 63 174 31 73 0 120 63 150 102 35
Binary 110011 1111100 11001 111011 0 1010000 110011 1101000 1000010 11101

Color Harmonies of #337C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C19

Black with #337C19

Text Example


Text Example

White with #337C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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