Html Css Color HEX #337120 Bilbao

📋 copy color: '#337120'

red 51 ◦ green 113 ◦ blue 32

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

Shades of Bilbao #337120

Tints of Bilbao #337120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.65%

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

R = 26.02%
G = 57.65%
B = 16.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#337120 (or 0x337120) is known color: Bilbao. HEX triplet: 33, 71 and 20. RGB value is (51,113,32). Sum of RGB (Red+Green+Blue) = 51+113+32=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #337120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337120 is #CC8EDF. Grayscale: #555555. Windows color (decimal): -13405920 or 2126131. OLE color: 2126131.

HSL color Cylindrical-coordinate representation of color #337120: hue angle of 105.93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #337120 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 32 -
CMYK 0.55 0 0.72 0.56
HSL 105.93º 0.56% 0.28% -
HSV(B) 105.93º 0.72% 0.44% -
XYZ 7.53 12.62 3.41 -
YUV 85.23 97.96 103.59 -
System Red Green Blue C M Y K H S L
Decimal 51 113 32 0.55 0 0.72 0.56 105.93 0.56 0.28
Hex 33 71 20 37 0 48 38 6A 38 1C
Octal 63 161 40 67 0 110 70 152 70 34
Binary 110011 1110001 100000 110111 0 1001000 111000 1101010 111000 11100

Color Harmonies of #337120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337120

Black with #337120

Text Example


Text Example

White with #337120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337120; }

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

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

background-color css

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

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

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

border-color css

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

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

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