Html Css Color HEX #364C15 Turtle Green

📋 copy color: '#364C15'

red 54 ◦ green 76 ◦ blue 21

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

Shades of Turtle Green #364C15

Tints of Turtle Green #364C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.33%

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

R = 35.76%
G = 50.33%
B = 13.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#364C15 (or 0x364C15) is known color: Turtle Green. HEX triplet: 36, 4C and 15. RGB value is (54,76,21). Sum of RGB (Red+Green+Blue) = 54+76+21=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #364C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C15 is #C9B3EA. Grayscale: #3F3F3F. Windows color (decimal): -13218795 or 1395766. OLE color: 1395766.

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

Color convert

RGB 54 76 21 -
CMYK 0.29 0 0.72 0.70
HSL 84º 0.57% 0.19% -
HSV(B) 84º 0.72% 0.3% -
XYZ 4.24 6.01 1.65 -
YUV 63.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 54 76 21 0.29 0 0.72 0.70 84 0.57 0.19
Hex 36 4C 15 1D 0 48 46 54 39 13
Octal 66 114 25 35 0 110 106 124 71 23
Binary 110110 1001100 10101 11101 0 1001000 1000110 1010100 111001 10011

Color Harmonies of #364C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C15

Black with #364C15

Text Example


Text Example

White with #364C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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