#363F1C

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

Shades of Turtle Green #363F1C

Tints of Turtle Green #363F1C

Color information

#363F1C (or 0x363F1C) is unknown color: approx Turtle Green. HEX triplet: 36, 3F and 1C. RGB value is (54,63,28). Sum of RGB (Red+Green+Blue) = 54+63+28=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #363F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F1C is #C9C0E3. Grayscale: #383838. Windows color (decimal): -13222116 or 1851190. OLE color: 1851190.

HSL color Cylindrical-coordinate representation of color #363F1C: hue angle of 75.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363F1C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB546328-
CMYK0.1400.560.75
HSL75.43º38.46%17.84%-
HSV(B)75.43º55.56%24.71%-
XYZ3.514.421.77-
YUV56.32112.02126.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=37.24%
G=43.45%
B=19.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463280.1400.560.7575.4338.4617.84
Hex363F1CE0384B4b2612
Octal667734160701131134622
Binary11011011111111100111001110001001011100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,28); }

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

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

 a { background-color: rgb(54,63,28); }

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

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

 span { border-color: rgb(54,63,28); }

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