#33490F

Color #33490F Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #33490F

Tints of Turtle Green #33490F

Color information

#33490F (or 0x33490F) is unknown color: approx Turtle Green. HEX triplet: 33, 49 and 0F. RGB value is (51,73,15). Sum of RGB (Red+Green+Blue) = 51+73+15=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #33490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33490F is #CCB6F0. Grayscale: #3C3C3C. Windows color (decimal): -13416177 or 1001779. OLE color: 1001779.

HSL color Cylindrical-coordinate representation of color #33490F: hue angle of 82.76º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33490F is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB517315-
CMYK0.3000.790.71
HSL82.76º65.91%17.25%-
HSV(B)82.76º79.45%28.63%-
XYZ3.835.51.31-
YUV59.81102.71121.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=36.69%
G=52.52%
B=10.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173150.3000.790.7182.7665.9117.25
Hex3349F1E04F47534211
Octal631111736011710712310221
Binary11001110010011111111100100111110001111010011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33490F; }

 p { color: rgb(51,73,15); }

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

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

 a { background-color: rgb(51,73,15); }

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

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

 span { border-color: rgb(51,73,15); }

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