#33381D

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

Shades of Turtle Green #33381D

Tints of Turtle Green #33381D

Color information

#33381D (or 0x33381D) is unknown color: approx Turtle Green. HEX triplet: 33, 38 and 1D. RGB value is (51,56,29). Sum of RGB (Red+Green+Blue) = 51+56+29=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #33381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381D is #CCC7E2. Grayscale: #333333. Windows color (decimal): -13420515 or 1914931. OLE color: 1914931.

HSL color Cylindrical-coordinate representation of color #33381D: hue angle of 71.11º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33381D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB515629-
CMYK0.0900.480.78
HSL71.11º31.76%16.67%-
HSV(B)71.11º48.21%21.96%-
XYZ33.621.7-
YUV51.43115.34127.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=37.5%
G=41.18%
B=21.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5156290.0900.480.7871.1131.7616.67
Hex33381D90304E472011
Octal637035110601161074021
Binary11001111100011101100101100001001110100011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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