#364C03

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

Shades of Turtle Green #364C03

Tints of Turtle Green #364C03

Color information

#364C03 (or 0x364C03) is unknown color: approx Turtle Green. HEX triplet: 36, 4C and 03. RGB value is (54,76,3). Sum of RGB (Red+Green+Blue) = 54+76+3=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #364C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C03 is #C9B3FC. Grayscale: #3D3D3D. Windows color (decimal): -13218813 or 216118. OLE color: 216118.

HSL color Cylindrical-coordinate representation of color #364C03: hue angle of 78.08º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #364C03 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB54763-
CMYK0.2900.960.70
HSL78.08º92.41%15.49%-
HSV(B)78.08º96.05%29.8%-
XYZ4.125.961.02-
YUV61.195.21122.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=40.60%
G=57.14%
B=2.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal547630.2900.960.7078.0892.4115.49
Hex364C31D060464e5cf
Octal66114335014010611613417
Binary11011010011001111101011000001000110100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C03; }

 p { color: rgb(54,76,3); }

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

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

 a { background-color: rgb(54,76,3); }

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

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

 span { border-color: rgb(54,76,3); }

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