#33771D

Color #33771D Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #33771D

Tints of Bilbao #33771D

Color information

#33771D (or 0x33771D) is unknown color: approx Bilbao. HEX triplet: 33, 77 and 1D. RGB value is (51,119,29). Sum of RGB (Red+Green+Blue) = 51+119+29=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #33771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33771D is #CC88E2. Grayscale: #585858. Windows color (decimal): -13404387 or 1931059. OLE color: 1931059.

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

Color convert

RGB5111929-
CMYK0.5700.760.53
HSL105.33º60.81%29.02%-
HSV(B)105.33º75.63%46.67%-
XYZ8.1813.993.43-
YUV88.4194.47101.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=25.63%
G=59.80%
B=14.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119290.5700.760.53105.3360.8129.02
Hex33771D3904C35693d1d
Octal6316735710114651517535
Binary11001111101111110111100101001100110101110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33771D; }

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

 H1.HeaderClassName
 {
   color: #33771D;
 }
 .AnyTagClassName
 {
   color: #33771D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33771D;
 }
 .BgClassName
 {
   background-color: #33771D;
 }
</style>
border-color css

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

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

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