Html Css Color HEX #337F20 Bilbao

📋 copy color: '#337F20'

red 51 ◦ green 127 ◦ blue 32

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

Shades of Bilbao #337F20

Tints of Bilbao #337F20

RGB

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

 GREEN value IS 127 (50% from 255) = 60.48%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 24.29%
G = 60.48%
B = 15.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#337F20 (or 0x337F20) is known color: Bilbao. HEX triplet: 33, 7F and 20. RGB value is (51,127,32). Sum of RGB (Red+Green+Blue) = 51+127+32=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #337F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F20 is #CC80DF. Grayscale: #5D5D5D. Windows color (decimal): -13402336 or 2129715. OLE color: 2129715.

HSL color Cylindrical-coordinate representation of color #337F20: hue angle of 108º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337F20 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 32 -
CMYK 0.60 0 0.75 0.50
HSL 108º 0.6% 0.31% -
HSV(B) 108º 0.75% 0.5% -
XYZ 9.22 15.99 3.97 -
YUV 93.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 51 127 32 0.60 0 0.75 0.50 108 0.6 0.31
Hex 33 7F 20 3C 0 4B 32 6C 3C 1F
Octal 63 177 40 74 0 113 62 154 74 37
Binary 110011 1111111 100000 111100 0 1001011 110010 1101100 111100 11111

Color Harmonies of #337F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F20

Black with #337F20

Text Example


Text Example

White with #337F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,32); }

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

background-color css

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

 a { background-color: rgb(51,127,32); }

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

border-color css

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

 span { border-color: rgb(51,127,32); }

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