#364B18

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

Shades of Turtle Green #364B18

Tints of Turtle Green #364B18

Color information

#364B18 (or 0x364B18) is unknown color: approx Turtle Green. HEX triplet: 36, 4B and 18. RGB value is (54,75,24). Sum of RGB (Red+Green+Blue) = 54+75+24=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #364B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B18 is #C9B4E7. Grayscale: #3F3F3F. Windows color (decimal): -13219048 or 1592118. OLE color: 1592118.

HSL color Cylindrical-coordinate representation of color #364B18: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364B18 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB547524-
CMYK0.2800.680.71
HSL84.71º51.52%19.41%-
HSV(B)84.71º68%29.41%-
XYZ4.25.881.78-
YUV62.91106.04121.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=35.29%
G=49.02%
B=15.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475240.2800.680.7184.7151.5219.41
Hex364B181C04447553413
Octal66113303401041071256423
Binary11011010010111100011100010001001000111101010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B18; }

 p { color: rgb(54,75,24); }

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

<style>
 a { background-color: #364B18; }

 a { background-color: rgb(54,75,24); }

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

<style>
 span { border-color: #364B18; }

 span { border-color: rgb(54,75,24); }

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