Html Css Color HEX #364600 Turtle Green

📋 copy color: '#364600'

red 54 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #364600

Tints of Turtle Green #364600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.55%
G = 56.45%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#364600 (or 0x364600) is known color: Turtle Green. HEX triplet: 36, 46 and 00. RGB value is (54,70,0). Sum of RGB (Red+Green+Blue) = 54+70+0=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #364600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364600 is #C9B9FF. Grayscale: #393939. Windows color (decimal): -13220352 or 17974. OLE color: 17974.

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

Color convert

RGB 54 70 0 -
CMYK 0.23 0 1 0.73
HSL 73.71º 1% 0.14% -
HSV(B) 73.71º 1% 0.27% -
XYZ 3.71 5.16 0.8 -
YUV 57.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 54 70 0 0.23 0 1 0.73 73.71 1 0.14
Hex 36 46 0 17 0 64 49 4A 64 E
Octal 66 106 0 27 0 144 111 112 144 16
Binary 110110 1000110 0 10111 0 1100100 1001001 1001010 1100100 1110

Color Harmonies of #364600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364600

Black with #364600

Text Example


Text Example

White with #364600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364600; }

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

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

background-color css

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

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

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

border-color css

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

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

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