Html Css Color HEX #364416 Turtle Green

📋 copy color: '#364416'

red 54 ◦ green 68 ◦ blue 22

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

Shades of Turtle Green #364416

Tints of Turtle Green #364416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.28%

R = 37.5%
G = 47.22%
B = 15.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#364416 (or 0x364416) is known color: Turtle Green. HEX triplet: 36, 44 and 16. RGB value is (54,68,22). Sum of RGB (Red+Green+Blue) = 54+68+22=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #364416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364416 is #C9BBE9. Grayscale: #3A3A3A. Windows color (decimal): -13220842 or 1459254. OLE color: 1459254.

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

Color convert

RGB 54 68 22 -
CMYK 0.21 0 0.68 0.73
HSL 78.26º 0.51% 0.18% -
HSV(B) 78.26º 0.68% 0.27% -
XYZ 3.73 4.98 1.52 -
YUV 58.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 54 68 22 0.21 0 0.68 0.73 78.26 0.51 0.18
Hex 36 44 16 15 0 44 49 4E 33 12
Octal 66 104 26 25 0 104 111 116 63 22
Binary 110110 1000100 10110 10101 0 1000100 1001001 1001110 110011 10010

Color Harmonies of #364416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364416

Black with #364416

Text Example


Text Example

White with #364416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364416; }

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

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

background-color css

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

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

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

border-color css

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

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

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