Html Css Color HEX #337520 Bilbao

📋 copy color: '#337520'

red 51 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #337520

Tints of Bilbao #337520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.5%

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

R = 25.5%
G = 58.5%
B = 16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#337520 (or 0x337520) is known color: Bilbao. HEX triplet: 33, 75 and 20. RGB value is (51,117,32). Sum of RGB (Red+Green+Blue) = 51+117+32=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #337520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337520 is #CC8ADF. Grayscale: #575757. Windows color (decimal): -13404896 or 2127155. OLE color: 2127155.

HSL color Cylindrical-coordinate representation of color #337520: hue angle of 106.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337520 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 32 -
CMYK 0.56 0 0.73 0.54
HSL 106.59º 0.57% 0.29% -
HSV(B) 106.59º 0.73% 0.46% -
XYZ 7.99 13.53 3.56 -
YUV 87.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 51 117 32 0.56 0 0.73 0.54 106.59 0.57 0.29
Hex 33 75 20 38 0 49 36 6B 39 1D
Octal 63 165 40 70 0 111 66 153 71 35
Binary 110011 1110101 100000 111000 0 1001001 110110 1101011 111001 11101

Color Harmonies of #337520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337520

Black with #337520

Text Example


Text Example

White with #337520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337520; }

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

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

background-color css

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

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

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

border-color css

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

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

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