#33350F

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

Shades of Turtle Green #33350F

Tints of Turtle Green #33350F

Color information

#33350F (or 0x33350F) is unknown color: approx Turtle Green. HEX triplet: 33, 35 and 0F. RGB value is (51,53,15). Sum of RGB (Red+Green+Blue) = 51+53+15=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #33350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33350F is #CCCAF0. Grayscale: #303030. Windows color (decimal): -13421297 or 996659. OLE color: 996659.

HSL color Cylindrical-coordinate representation of color #33350F: hue angle of 63.16º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33350F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB515315-
CMYK0.0400.720.79
HSL63.16º55.88%13.33%-
HSV(B)63.16º71.7%20.78%-
XYZ2.723.280.94-
YUV48.07109.34130.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=42.86%
G=44.54%
B=12.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153150.0400.720.7963.1655.8813.33
Hex3335F40484F3f38d
Octal63651740110117777015
Binary11001111010111111000100100010011111111111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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