Html Css Color HEX #337701 Bilbao

📋 copy color: '#337701'

red 51 ◦ green 119 ◦ blue 1

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

Shades of Bilbao #337701

Tints of Bilbao #337701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 69.59%

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

R = 29.82%
G = 69.59%
B = 0.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#337701 (or 0x337701) is known color: Bilbao. HEX triplet: 33, 77 and 01. RGB value is (51,119,1). Sum of RGB (Red+Green+Blue) = 51+119+1=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #337701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337701 is #CC88FE. Grayscale: #555555. Windows color (decimal): -13404415 or 96051. OLE color: 96051.

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

Color convert

RGB 51 119 1 -
CMYK 0.57 0 0.99 0.53
HSL 94.58º 0.98% 0.24% -
HSV(B) 94.58º 0.99% 0.47% -
XYZ 7.97 13.9 2.29 -
YUV 85.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 51 119 1 0.57 0 0.99 0.53 94.58 0.98 0.24
Hex 33 77 1 39 0 63 35 5F 62 18
Octal 63 167 1 71 0 143 65 137 142 30
Binary 110011 1110111 1 111001 0 1100011 110101 1011111 1100010 11000

Color Harmonies of #337701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337701

Black with #337701

Text Example


Text Example

White with #337701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337701; }

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

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

background-color css

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

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

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

border-color css

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

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

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