#363B1F

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

Shades of Turtle Green #363B1F

Tints of Turtle Green #363B1F

Color information

#363B1F (or 0x363B1F) is unknown color: approx Turtle Green. HEX triplet: 36, 3B and 1F. RGB value is (54,59,31). Sum of RGB (Red+Green+Blue) = 54+59+31=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #363B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B1F is #C9C4E0. Grayscale: #363636. Windows color (decimal): -13223137 or 2046774. OLE color: 2046774.

HSL color Cylindrical-coordinate representation of color #363B1F: hue angle of 70.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363B1F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB545931-
CMYK0.0800.470.77
HSL70.71º31.11%17.65%-
HSV(B)70.71º47.46%23.14%-
XYZ3.334.011.89-
YUV54.31114.84127.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=37.5%
G=40.97%
B=21.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459310.0800.470.7770.7131.1117.65
Hex363B1F802F4D471f12
Octal667337100571151073722
Binary1101101110111111110000101111100110110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,31); }

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

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

 a { background-color: rgb(54,59,31); }

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

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

 span { border-color: rgb(54,59,31); }

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