#363B0F

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

Shades of Turtle Green #363B0F

Tints of Turtle Green #363B0F

Color information

#363B0F (or 0x363B0F) is unknown color: approx Turtle Green. HEX triplet: 36, 3B and 0F. RGB value is (54,59,15). Sum of RGB (Red+Green+Blue) = 54+59+15=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #363B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B0F is #C9C4F0. Grayscale: #343434. Windows color (decimal): -13223153 or 998198. OLE color: 998198.

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

Color convert

RGB545915-
CMYK0.0800.750.77
HSL66.82º59.46%14.51%-
HSV(B)66.82º74.58%23.14%-
XYZ3.173.951.05-
YUV52.49106.84129.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=42.19%
G=46.09%
B=11.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459150.0800.750.7766.8259.4614.51
Hex363BF804B4D433bf
Octal6673171001131151037317
Binary1101101110111111100001001011100110110000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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