#33390D

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

Shades of Turtle Green #33390D

Tints of Turtle Green #33390D

Color information

#33390D (or 0x33390D) is unknown color: approx Turtle Green. HEX triplet: 33, 39 and 0D. RGB value is (51,57,13). Sum of RGB (Red+Green+Blue) = 51+57+13=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #33390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33390D is #CCC6F2. Grayscale: #323232. Windows color (decimal): -13420275 or 866611. OLE color: 866611.

HSL color Cylindrical-coordinate representation of color #33390D: hue angle of 68.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33390D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB515713-
CMYK0.1100.770.78
HSL68.18º62.86%13.73%-
HSV(B)68.18º77.19%22.35%-
XYZ2.93.660.93-
YUV50.19107.01128.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=42.15%
G=47.11%
B=10.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5157130.1100.770.7868.1862.8613.73
Hex3339DB04D4E443fe
Octal6371151301151161047716
Binary1100111110011101101101001101100111010001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,57,13); }

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

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

 a { background-color: rgb(51,57,13); }

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

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

 span { border-color: rgb(51,57,13); }

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