Html Css Color HEX #337301 Bilbao

📋 copy color: '#337301'

red 51 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #337301

Tints of Bilbao #337301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 68.86%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 30.54%
G = 68.86%
B = 0.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#337301 (or 0x337301) is known color: Bilbao. HEX triplet: 33, 73 and 01. RGB value is (51,115,1). Sum of RGB (Red+Green+Blue) = 51+115+1=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #337301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337301 is #CC8CFE. Grayscale: #535353. Windows color (decimal): -13405439 or 95027. OLE color: 95027.

HSL color Cylindrical-coordinate representation of color #337301: hue angle of 93.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #337301 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 1 -
CMYK 0.56 0 0.99 0.55
HSL 93.68º 0.98% 0.23% -
HSV(B) 93.68º 0.99% 0.45% -
XYZ 7.5 12.97 2.14 -
YUV 82.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 51 115 1 0.56 0 0.99 0.55 93.68 0.98 0.23
Hex 33 73 1 38 0 63 37 5E 62 17
Octal 63 163 1 70 0 143 67 136 142 27
Binary 110011 1110011 1 111000 0 1100011 110111 1011110 1100010 10111

Color Harmonies of #337301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337301

Black with #337301

Text Example


Text Example

White with #337301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337301; }

 p { color: rgb(51,115,1); }

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

background-color css

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

 a { background-color: rgb(51,115,1); }

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

border-color css

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

 span { border-color: rgb(51,115,1); }

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