Html Css Color HEX #337101 Bilbao

📋 copy color: '#337101'

red 51 ◦ green 113 ◦ blue 1

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

Shades of Bilbao #337101

Tints of Bilbao #337101

RGB

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

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

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

R = 30.91%
G = 68.48%
B = 0.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#337101 (or 0x337101) is known color: Bilbao. HEX triplet: 33, 71 and 01. RGB value is (51,113,1). Sum of RGB (Red+Green+Blue) = 51+113+1=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #337101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337101 is #CC8EFE. Grayscale: #525252. Windows color (decimal): -13405951 or 94515. OLE color: 94515.

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

Color convert

RGB 51 113 1 -
CMYK 0.55 0 0.99 0.56
HSL 93.21º 0.98% 0.22% -
HSV(B) 93.21º 0.99% 0.44% -
XYZ 7.28 12.52 2.06 -
YUV 81.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 51 113 1 0.55 0 0.99 0.56 93.21 0.98 0.22
Hex 33 71 1 37 0 63 38 5D 62 16
Octal 63 161 1 67 0 143 70 135 142 26
Binary 110011 1110001 1 110111 0 1100011 111000 1011101 1100010 10110

Color Harmonies of #337101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337101

Black with #337101

Text Example


Text Example

White with #337101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337101; }

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

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

background-color css

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

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

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

border-color css

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

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

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