Html Css Color HEX #364615 Turtle Green

📋 copy color: '#364615'

red 54 ◦ green 70 ◦ blue 21

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

Shades of Turtle Green #364615

Tints of Turtle Green #364615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 37.24%
G = 48.28%
B = 14.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#364615 (or 0x364615) is known color: Turtle Green. HEX triplet: 36, 46 and 15. RGB value is (54,70,21). Sum of RGB (Red+Green+Blue) = 54+70+21=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #364615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364615 is #C9B9EA. Grayscale: #3B3B3B. Windows color (decimal): -13220331 or 1394230. OLE color: 1394230.

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

Color convert

RGB 54 70 21 -
CMYK 0.23 0 0.70 0.73
HSL 79.59º 0.54% 0.18% -
HSV(B) 79.59º 0.7% 0.27% -
XYZ 3.85 5.22 1.51 -
YUV 59.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 54 70 21 0.23 0 0.70 0.73 79.59 0.54 0.18
Hex 36 46 15 17 0 46 49 50 36 12
Octal 66 106 25 27 0 106 111 120 66 22
Binary 110110 1000110 10101 10111 0 1000110 1001001 1010000 110110 10010

Color Harmonies of #364615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364615

Black with #364615

Text Example


Text Example

White with #364615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364615; }

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

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

background-color css

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

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

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

border-color css

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

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

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