#363D08

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

Shades of Turtle Green #363D08

Tints of Turtle Green #363D08

Color information

#363D08 (or 0x363D08) is unknown color: approx Turtle Green. HEX triplet: 36, 3D and 08. RGB value is (54,61,8). Sum of RGB (Red+Green+Blue) = 54+61+8=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #363D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D08 is #C9C2F7. Grayscale: #353535. Windows color (decimal): -13222648 or 539958. OLE color: 539958.

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

Color convert

RGB54618-
CMYK0.1100.870.76
HSL67.92º76.81%13.53%-
HSV(B)67.92º86.89%23.92%-
XYZ3.234.140.86-
YUV52.86102.68128.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 61 (24.22% from 255) = 49.59%
BLUE value IS 8 (3.52% from 255) = 6.50%
R=43.90%
G=49.59%
B=6.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal546180.1100.870.7667.9276.8113.53
Hex363D8B0574C444de
Octal66751013012711410411516
Binary11011011110110001011010101111001100100010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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