#363D04

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

Shades of Turtle Green #363D04

Tints of Turtle Green #363D04

Color information

#363D04 (or 0x363D04) is unknown color: approx Turtle Green. HEX triplet: 36, 3D and 04. RGB value is (54,61,4). Sum of RGB (Red+Green+Blue) = 54+61+4=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #363D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D04 is #C9C2FB. Grayscale: #343434. Windows color (decimal): -13222652 or 277814. OLE color: 277814.

HSL color Cylindrical-coordinate representation of color #363D04: hue angle of 67.37º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #363D04 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB54614-
CMYK0.1100.930.76
HSL67.37º87.69%12.75%-
HSV(B)67.37º93.44%23.92%-
XYZ3.214.130.74-
YUV52.41100.68129.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 61 (24.22% from 255) = 51.26%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=45.38%
G=51.26%
B=3.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal546140.1100.930.7667.3787.6912.75
Hex363D4B05D4C4358d
Octal6675413013511410313015
Binary1101101111011001011010111011001100100001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,61,4); }

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

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

 a { background-color: rgb(54,61,4); }

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

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

 span { border-color: rgb(54,61,4); }

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