#33381E

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

Shades of Turtle Green #33381E

Tints of Turtle Green #33381E

Color information

#33381E (or 0x33381E) is unknown color: approx Turtle Green. HEX triplet: 33, 38 and 1E. RGB value is (51,56,30). Sum of RGB (Red+Green+Blue) = 51+56+30=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #33381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381E is #CCC7E1. Grayscale: #333333. Windows color (decimal): -13420514 or 1980467. OLE color: 1980467.

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

Color convert

RGB515630-
CMYK0.0900.460.78
HSL71.54º30.23%16.86%-
HSV(B)71.54º46.43%21.96%-
XYZ3.013.631.77-
YUV51.54115.84127.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=37.23%
G=40.88%
B=21.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5156300.0900.460.7871.5430.2316.86
Hex33381E902E4E481e11
Octal637036110561161103621
Binary1100111110001111010010101110100111010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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