Html Css Color HEX #337700 Bilbao

📋 copy color: '#337700'

red 51 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #337700

Tints of Bilbao #337700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30%
G = 70%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#337700 (or 0x337700) is known color: Bilbao. HEX triplet: 33, 77 and 00. RGB value is (51,119,0). Sum of RGB (Red+Green+Blue) = 51+119+0=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #337700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337700 is #CC88FF. Grayscale: #555555. Windows color (decimal): -13404416 or 30515. OLE color: 30515.

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

Color convert

RGB 51 119 0 -
CMYK 0.57 0 1 0.53
HSL 94.29º 1% 0.23% -
HSV(B) 94.29º 1% 0.47% -
XYZ 7.96 13.9 2.26 -
YUV 85.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 51 119 0 0.57 0 1 0.53 94.29 1 0.23
Hex 33 77 0 39 0 64 35 5E 64 17
Octal 63 167 0 71 0 144 65 136 144 27
Binary 110011 1110111 0 111001 0 1100100 110101 1011110 1100100 10111

Color Harmonies of #337700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337700

Black with #337700

Text Example


Text Example

White with #337700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337700; }

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

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

background-color css

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

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

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

border-color css

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

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

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