#36441A

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

Shades of Turtle Green #36441A

Tints of Turtle Green #36441A

Color information

#36441A (or 0x36441A) is unknown color: approx Turtle Green. HEX triplet: 36, 44 and 1A. RGB value is (54,68,26). Sum of RGB (Red+Green+Blue) = 54+68+26=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #36441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36441A is #C9BBE5. Grayscale: #3B3B3B. Windows color (decimal): -13220838 or 1721398. OLE color: 1721398.

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

Color convert

RGB546826-
CMYK0.2100.620.73
HSL80º44.68%18.43%-
HSV(B)80º61.76%26.67%-
XYZ3.774.991.74-
YUV59.03109.36124.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=36.49%
G=45.95%
B=17.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468260.2100.620.738044.6818.43
Hex36441A1503E49502d12
Octal6610432250761111205522
Binary1101101000100110101010101111101001001101000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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