#363F19

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

Shades of Turtle Green #363F19

Tints of Turtle Green #363F19

Color information

#363F19 (or 0x363F19) is unknown color: approx Turtle Green. HEX triplet: 36, 3F and 19. RGB value is (54,63,25). Sum of RGB (Red+Green+Blue) = 54+63+25=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #363F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F19 is #C9C0E6. Grayscale: #383838. Windows color (decimal): -13222119 or 1654582. OLE color: 1654582.

HSL color Cylindrical-coordinate representation of color #363F19: hue angle of 74.21º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363F19 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB546325-
CMYK0.1400.600.75
HSL74.21º43.18%17.25%-
HSV(B)74.21º60.32%24.71%-
XYZ3.474.411.59-
YUV55.98110.52126.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=38.03%
G=44.37%
B=17.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463250.1400.600.7574.2143.1817.25
Hex363F19E03C4B4a2b11
Octal667731160741131125321
Binary11011011111111001111001111001001011100101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363F19; }

 p { color: rgb(54,63,25); }

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

<style>
 a { background-color: #363F19; }

 a { background-color: rgb(54,63,25); }

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

<style>
 span { border-color: #363F19; }

 span { border-color: rgb(54,63,25); }

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