#36441D

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

Shades of Turtle Green #36441D

Tints of Turtle Green #36441D

Color information

#36441D (or 0x36441D) is unknown color: approx Turtle Green. HEX triplet: 36, 44 and 1D. RGB value is (54,68,29). Sum of RGB (Red+Green+Blue) = 54+68+29=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #36441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36441D is #C9BBE2. Grayscale: #3B3B3B. Windows color (decimal): -13220835 or 1918006. OLE color: 1918006.

HSL color Cylindrical-coordinate representation of color #36441D: hue angle of 81.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36441D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB546829-
CMYK0.2100.570.73
HSL81.54º40.21%19.02%-
HSV(B)81.54º57.35%26.67%-
XYZ3.815.011.93-
YUV59.37110.86124.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=35.76%
G=45.03%
B=19.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468290.2100.570.7381.5440.2119.02
Hex36441D1503949522813
Octal6610435250711111225023
Binary1101101000100111011010101110011001001101001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,68,29); }

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

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

 a { background-color: rgb(54,68,29); }

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

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

 span { border-color: rgb(54,68,29); }

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