Html Css Color HEX #364616 Turtle Green

📋 copy color: '#364616'

red 54 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #364616

Tints of Turtle Green #364616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

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

R = 36.99%
G = 47.95%
B = 15.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#364616 (or 0x364616) is known color: Turtle Green. HEX triplet: 36, 46 and 16. RGB value is (54,70,22). Sum of RGB (Red+Green+Blue) = 54+70+22=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #364616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364616 is #C9B9E9. Grayscale: #3B3B3B. Windows color (decimal): -13220330 or 1459766. OLE color: 1459766.

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

Color convert

RGB 54 70 22 -
CMYK 0.23 0 0.69 0.73
HSL 80º 0.52% 0.18% -
HSV(B) 80º 0.69% 0.27% -
XYZ 3.86 5.22 1.56 -
YUV 59.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 54 70 22 0.23 0 0.69 0.73 80 0.52 0.18
Hex 36 46 16 17 0 45 49 50 34 12
Octal 66 106 26 27 0 105 111 120 64 22
Binary 110110 1000110 10110 10111 0 1000101 1001001 1010000 110100 10010

Color Harmonies of #364616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364616

Black with #364616

Text Example


Text Example

White with #364616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364616; }

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

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

background-color css

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

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

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

border-color css

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

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

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