Html Css Color HEX #364116 Turtle Green

📋 copy color: '#364116'

red 54 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #364116

Tints of Turtle Green #364116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

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

R = 38.3%
G = 46.1%
B = 15.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#364116 (or 0x364116) is known color: Turtle Green. HEX triplet: 36, 41 and 16. RGB value is (54,65,22). Sum of RGB (Red+Green+Blue) = 54+65+22=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #364116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364116 is #C9BEE9. Grayscale: #383838. Windows color (decimal): -13221610 or 1458486. OLE color: 1458486.

HSL color Cylindrical-coordinate representation of color #364116: hue angle of 75.35º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364116 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 22 -
CMYK 0.17 0 0.66 0.75
HSL 75.35º 0.49% 0.17% -
HSV(B) 75.35º 0.66% 0.25% -
XYZ 3.56 4.62 1.46 -
YUV 56.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 54 65 22 0.17 0 0.66 0.75 75.35 0.49 0.17
Hex 36 41 16 11 0 42 4B 4B 31 11
Octal 66 101 26 21 0 102 113 113 61 21
Binary 110110 1000001 10110 10001 0 1000010 1001011 1001011 110001 10001

Color Harmonies of #364116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364116

Black with #364116

Text Example


Text Example

White with #364116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364116; }

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

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

background-color css

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

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

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

border-color css

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

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

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