#36380A

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

Shades of Turtle Green #36380A

Tints of Turtle Green #36380A

Color information

#36380A (or 0x36380A) is unknown color: approx Turtle Green. HEX triplet: 36, 38 and 0A. RGB value is (54,56,10). Sum of RGB (Red+Green+Blue) = 54+56+10=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #36380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36380A is #C9C7F5. Grayscale: #323232. Windows color (decimal): -13223926 or 669750. OLE color: 669750.

HSL color Cylindrical-coordinate representation of color #36380A: hue angle of 62.61º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36380A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB545610-
CMYK0.0400.820.78
HSL62.61º69.7%12.94%-
HSV(B)62.61º82.14%21.96%-
XYZ2.993.630.83-
YUV50.16105.34130.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=45%
G=46.67%
B=8.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5456100.0400.820.7862.6169.712.94
Hex3638A40524E3f46d
Octal667012401221167710615
Binary110110111000101010001010010100111011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,56,10); }

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

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

 a { background-color: rgb(54,56,10); }

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

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

 span { border-color: rgb(54,56,10); }

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