#363F01

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

Shades of Turtle Green #363F01

Tints of Turtle Green #363F01

Color information

#363F01 (or 0x363F01) is unknown color: approx Turtle Green. HEX triplet: 36, 3F and 01. RGB value is (54,63,1). Sum of RGB (Red+Green+Blue) = 54+63+1=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #363F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F01 is #C9C0FE. Grayscale: #353535. Windows color (decimal): -13222143 or 81718. OLE color: 81718.

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

Color convert

RGB54631-
CMYK0.1400.980.75
HSL68.71º96.88%12.55%-
HSV(B)68.71º98.41%24.71%-
XYZ3.34.340.69-
YUV53.2498.52128.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 63 (25% from 255) = 53.39%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=45.76%
G=53.39%
B=0.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546310.1400.980.7568.7196.8812.55
Hex363F1E0624B4561d
Octal6677116014211310514115
Binary11011011111111110011000101001011100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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