Html Css Color HEX #337601 Bilbao

📋 copy color: '#337601'

red 51 ◦ green 118 ◦ blue 1

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

Shades of Bilbao #337601

Tints of Bilbao #337601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 69.41%

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

R = 30%
G = 69.41%
B = 0.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#337601 (or 0x337601) is known color: Bilbao. HEX triplet: 33, 76 and 01. RGB value is (51,118,1). Sum of RGB (Red+Green+Blue) = 51+118+1=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #337601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337601 is #CC89FE. Grayscale: #555555. Windows color (decimal): -13404671 or 95795. OLE color: 95795.

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

Color convert

RGB 51 118 1 -
CMYK 0.57 0 0.99 0.54
HSL 94.36º 0.98% 0.23% -
HSV(B) 94.36º 0.99% 0.46% -
XYZ 7.85 13.66 2.25 -
YUV 84.63 80.8 104.01 -
System Red Green Blue C M Y K H S L
Decimal 51 118 1 0.57 0 0.99 0.54 94.36 0.98 0.23
Hex 33 76 1 39 0 63 36 5E 62 17
Octal 63 166 1 71 0 143 66 136 142 27
Binary 110011 1110110 1 111001 0 1100011 110110 1011110 1100010 10111

Color Harmonies of #337601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337601

Black with #337601

Text Example


Text Example

White with #337601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337601; }

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

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

background-color css

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

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

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

border-color css

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

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

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