Html Css Color HEX #364606 Turtle Green

📋 copy color: '#364606'

red 54 ◦ green 70 ◦ blue 6

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

Shades of Turtle Green #364606

Tints of Turtle Green #364606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.85%

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

R = 41.54%
G = 53.85%
B = 4.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#364606 (or 0x364606) is known color: Turtle Green. HEX triplet: 36, 46 and 06. RGB value is (54,70,6). Sum of RGB (Red+Green+Blue) = 54+70+6=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #364606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364606 is #C9B9F9. Grayscale: #3A3A3A. Windows color (decimal): -13220346 or 411190. OLE color: 411190.

HSL color Cylindrical-coordinate representation of color #364606: hue angle of 75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364606 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 6 -
CMYK 0.23 0 0.91 0.73
HSL 75º 0.84% 0.15% -
HSV(B) 75º 0.91% 0.27% -
XYZ 3.74 5.18 0.97 -
YUV 57.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 54 70 6 0.23 0 0.91 0.73 75 0.84 0.15
Hex 36 46 6 17 0 5B 49 4B 54 F
Octal 66 106 6 27 0 133 111 113 124 17
Binary 110110 1000110 110 10111 0 1011011 1001001 1001011 1010100 1111

Color Harmonies of #364606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364606

Black with #364606

Text Example


Text Example

White with #364606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364606; }

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

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

background-color css

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

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

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

border-color css

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

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

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