Html Css Color HEX #365113 Turtle Green

📋 copy color: '#365113'

red 54 ◦ green 81 ◦ blue 19

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

Shades of Turtle Green #365113

Tints of Turtle Green #365113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.6%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 35.06%
G = 52.6%
B = 12.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#365113 (or 0x365113) is known color: Turtle Green. HEX triplet: 36, 51 and 13. RGB value is (54,81,19). Sum of RGB (Red+Green+Blue) = 54+81+19=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #365113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365113 is #C9AEEC. Grayscale: #424242. Windows color (decimal): -13217517 or 1265974. OLE color: 1265974.

HSL color Cylindrical-coordinate representation of color #365113: hue angle of 86.13º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365113 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 19 -
CMYK 0.33 0 0.77 0.68
HSL 86.13º 0.62% 0.2% -
HSV(B) 86.13º 0.77% 0.32% -
XYZ 4.58 6.72 1.67 -
YUV 65.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 54 81 19 0.33 0 0.77 0.68 86.13 0.62 0.2
Hex 36 51 13 21 0 4D 44 56 3E 14
Octal 66 121 23 41 0 115 104 126 76 24
Binary 110110 1010001 10011 100001 0 1001101 1000100 1010110 111110 10100

Color Harmonies of #365113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365113

Black with #365113

Text Example


Text Example

White with #365113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365113; }

 p { color: rgb(54,81,19); }

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

background-color css

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

 a { background-color: rgb(54,81,19); }

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

border-color css

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

 span { border-color: rgb(54,81,19); }

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