Html Css Color HEX #364414 Turtle Green

📋 copy color: '#364414'

red 54 ◦ green 68 ◦ blue 20

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

Shades of Turtle Green #364414

Tints of Turtle Green #364414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 38.03%
G = 47.89%
B = 14.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#364414 (or 0x364414) is known color: Turtle Green. HEX triplet: 36, 44 and 14. RGB value is (54,68,20). Sum of RGB (Red+Green+Blue) = 54+68+20=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #364414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364414 is #C9BBEB. Grayscale: #3A3A3A. Windows color (decimal): -13220844 or 1328182. OLE color: 1328182.

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

Color convert

RGB 54 68 20 -
CMYK 0.21 0 0.71 0.73
HSL 77.5º 0.55% 0.17% -
HSV(B) 77.5º 0.71% 0.27% -
XYZ 3.71 4.97 1.43 -
YUV 58.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 54 68 20 0.21 0 0.71 0.73 77.5 0.55 0.17
Hex 36 44 14 15 0 47 49 4E 37 11
Octal 66 104 24 25 0 107 111 116 67 21
Binary 110110 1000100 10100 10101 0 1000111 1001001 1001110 110111 10001

Color Harmonies of #364414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364414

Black with #364414

Text Example


Text Example

White with #364414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364414; }

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

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

background-color css

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

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

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

border-color css

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

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

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