#364213

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

Shades of Turtle Green #364213

Tints of Turtle Green #364213

Color information

#364213 (or 0x364213) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 13. RGB value is (54,66,19). Sum of RGB (Red+Green+Blue) = 54+66+19=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #364213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364213 is #C9BDEC. Grayscale: #393939. Windows color (decimal): -13221357 or 1262134. OLE color: 1262134.

HSL color Cylindrical-coordinate representation of color #364213: hue angle of 75.32º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364213 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB546619-
CMYK0.1800.710.74
HSL75.32º55.29%16.67%-
HSV(B)75.32º71.21%25.88%-
XYZ3.594.731.34-
YUV57.05106.52125.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=38.85%
G=47.48%
B=13.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466190.1800.710.7475.3255.2916.67
Hex364213120474A4b3711
Octal66102232201071121136721
Binary11011010000101001110010010001111001010100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364213; }

 p { color: rgb(54,66,19); }

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

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

 a { background-color: rgb(54,66,19); }

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

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

 span { border-color: rgb(54,66,19); }

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