Html Css Color HEX #337113 Bilbao

📋 copy color: '#337113'

red 51 ◦ green 113 ◦ blue 19

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

Shades of Bilbao #337113

Tints of Bilbao #337113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 27.87%
G = 61.75%
B = 10.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#337113 (or 0x337113) is known color: Bilbao. HEX triplet: 33, 71 and 13. RGB value is (51,113,19). Sum of RGB (Red+Green+Blue) = 51+113+19=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #337113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337113 is #CC8EEC. Grayscale: #545454. Windows color (decimal): -13405933 or 1274163. OLE color: 1274163.

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

Color convert

RGB 51 113 19 -
CMYK 0.55 0 0.83 0.56
HSL 99.57º 0.71% 0.26% -
HSV(B) 99.57º 0.83% 0.44% -
XYZ 7.39 12.56 2.65 -
YUV 83.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 51 113 19 0.55 0 0.83 0.56 99.57 0.71 0.26
Hex 33 71 13 37 0 53 38 64 47 1A
Octal 63 161 23 67 0 123 70 144 107 32
Binary 110011 1110001 10011 110111 0 1010011 111000 1100100 1000111 11010

Color Harmonies of #337113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337113

Black with #337113

Text Example


Text Example

White with #337113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337113; }

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

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

background-color css

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

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

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

border-color css

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

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

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