Html Css Color HEX #364006 Turtle Green

📋 copy color: '#364006'

red 54 ◦ green 64 ◦ blue 6

#364006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #364006

Tints of Turtle Green #364006

RGB

 RED value IS 54 (21.48% from 255) = 43.55%

 GREEN value IS 64 (25.39% from 255) = 51.61%

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 43.55%
G = 51.61%
B = 4.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#364006 (or 0x364006) is known color: Turtle Green. HEX triplet: 36, 40 and 06. RGB value is (54,64,6). Sum of RGB (Red+Green+Blue) = 54+64+6=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #364006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364006 is #C9BFF9. Grayscale: #363636. Windows color (decimal): -13221882 or 409654. OLE color: 409654.

HSL color Cylindrical-coordinate representation of color #364006: hue angle of 70.34º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364006 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 6 -
CMYK 0.16 0 0.91 0.75
HSL 70.34º 0.83% 0.14% -
HSV(B) 70.34º 0.91% 0.25% -
XYZ 3.39 4.46 0.86 -
YUV 54.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 54 64 6 0.16 0 0.91 0.75 70.34 0.83 0.14
Hex 36 40 6 10 0 5B 4B 46 53 E
Octal 66 100 6 20 0 133 113 106 123 16
Binary 110110 1000000 110 10000 0 1011011 1001011 1000110 1010011 1110

Color Harmonies of #364006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364006

Black with #364006

Text Example


Text Example

White with #364006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364006; }

 p { color: rgb(54,64,6); }

 H1.HeaderClassName
 {
   color: #364006;
 }
 .AnyTagClassName
 {
   color: #364006;
 }
</style>

background-color css

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

 a { background-color: rgb(54,64,6); }

 div.DivClassName
 {
   background-color: #364006;
 }
 .BgClassName
 {
   background-color: #364006;
 }
</style>

border-color css

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

 span { border-color: rgb(54,64,6); }

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