#33371D

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

Shades of Turtle Green #33371D

Tints of Turtle Green #33371D

Color information

#33371D (or 0x33371D) is unknown color: approx Turtle Green. HEX triplet: 33, 37 and 1D. RGB value is (51,55,29). Sum of RGB (Red+Green+Blue) = 51+55+29=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #33371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33371D is #CCC8E2. Grayscale: #323232. Windows color (decimal): -13420771 or 1914675. OLE color: 1914675.

HSL color Cylindrical-coordinate representation of color #33371D: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33371D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB515529-
CMYK0.0700.470.78
HSL69.23º30.95%16.47%-
HSV(B)69.23º47.27%21.57%-
XYZ2.953.521.69-
YUV50.84115.67128.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=37.78%
G=40.74%
B=21.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5155290.0700.470.7869.2330.9516.47
Hex33371D702F4E451f10
Octal63673570571161053720
Binary110011110111111011110101111100111010001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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