Html Css Color HEX #337201 Bilbao

📋 copy color: '#337201'

red 51 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #337201

Tints of Bilbao #337201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 68.67%

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

R = 30.72%
G = 68.67%
B = 0.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#337201 (or 0x337201) is known color: Bilbao. HEX triplet: 33, 72 and 01. RGB value is (51,114,1). Sum of RGB (Red+Green+Blue) = 51+114+1=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #337201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337201 is #CC8DFE. Grayscale: #525252. Windows color (decimal): -13405695 or 94771. OLE color: 94771.

HSL color Cylindrical-coordinate representation of color #337201: hue angle of 93.45º 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 #337201 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 1 -
CMYK 0.55 0 0.99 0.55
HSL 93.45º 0.98% 0.23% -
HSV(B) 93.45º 0.99% 0.45% -
XYZ 7.39 12.74 2.1 -
YUV 82.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 51 114 1 0.55 0 0.99 0.55 93.45 0.98 0.23
Hex 33 72 1 37 0 63 37 5D 62 17
Octal 63 162 1 67 0 143 67 135 142 27
Binary 110011 1110010 1 110111 0 1100011 110111 1011101 1100010 10111

Color Harmonies of #337201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337201

Black with #337201

Text Example


Text Example

White with #337201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337201; }

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

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

background-color css

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

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

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

border-color css

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

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

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