Html Css Color HEX #364315 Turtle Green

📋 copy color: '#364315'

red 54 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #364315

Tints of Turtle Green #364315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.18%

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

R = 38.03%
G = 47.18%
B = 14.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#364315 (or 0x364315) is known color: Turtle Green. HEX triplet: 36, 43 and 15. RGB value is (54,67,21). Sum of RGB (Red+Green+Blue) = 54+67+21=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #364315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364315 is #C9BCEA. Grayscale: #3A3A3A. Windows color (decimal): -13221099 or 1393462. OLE color: 1393462.

HSL color Cylindrical-coordinate representation of color #364315: hue angle of 76.96º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364315 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 67 21 -
CMYK 0.19 0 0.69 0.74
HSL 76.96º 0.52% 0.17% -
HSV(B) 76.96º 0.69% 0.26% -
XYZ 3.66 4.85 1.45 -
YUV 57.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 54 67 21 0.19 0 0.69 0.74 76.96 0.52 0.17
Hex 36 43 15 13 0 45 4A 4D 34 11
Octal 66 103 25 23 0 105 112 115 64 21
Binary 110110 1000011 10101 10011 0 1000101 1001010 1001101 110100 10001

Color Harmonies of #364315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364315

Black with #364315

Text Example


Text Example

White with #364315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364315; }

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

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

background-color css

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

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

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

border-color css

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

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

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