#364B12

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

Shades of Turtle Green #364B12

Tints of Turtle Green #364B12

Color information

#364B12 (or 0x364B12) is unknown color: approx Turtle Green. HEX triplet: 36, 4B and 12. RGB value is (54,75,18). Sum of RGB (Red+Green+Blue) = 54+75+18=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #364B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364B12 is #C9B4ED. Grayscale: #3E3E3E. Windows color (decimal): -13219054 or 1198902. OLE color: 1198902.

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

Color convert

RGB547518-
CMYK0.2800.760.71
HSL82.11º61.29%18.24%-
HSV(B)82.11º76%29.41%-
XYZ4.155.861.48-
YUV62.22103.04122.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=36.73%
G=51.02%
B=12.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475180.2800.760.7182.1161.2918.24
Hex364B121C04C47523d12
Octal66113223401141071227522
Binary11011010010111001011100010011001000111101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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