Html Css Color HEX #364415 Turtle Green

📋 copy color: '#364415'

red 54 ◦ green 68 ◦ blue 21

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

Shades of Turtle Green #364415

Tints of Turtle Green #364415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

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

R = 37.76%
G = 47.55%
B = 14.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#364415 (or 0x364415) is known color: Turtle Green. HEX triplet: 36, 44 and 15. RGB value is (54,68,21). Sum of RGB (Red+Green+Blue) = 54+68+21=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #364415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364415 is #C9BBEA. Grayscale: #3A3A3A. Windows color (decimal): -13220843 or 1393718. OLE color: 1393718.

HSL color Cylindrical-coordinate representation of color #364415: hue angle of 77.87º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364415 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 68 21 -
CMYK 0.21 0 0.69 0.73
HSL 77.87º 0.53% 0.17% -
HSV(B) 77.87º 0.69% 0.27% -
XYZ 3.72 4.97 1.47 -
YUV 58.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 54 68 21 0.21 0 0.69 0.73 77.87 0.53 0.17
Hex 36 44 15 15 0 45 49 4E 35 11
Octal 66 104 25 25 0 105 111 116 65 21
Binary 110110 1000100 10101 10101 0 1000101 1001001 1001110 110101 10001

Color Harmonies of #364415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364415

Black with #364415

Text Example


Text Example

White with #364415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364415; }

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

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

background-color css

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

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

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

border-color css

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

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

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