Html Css Color HEX #365013 Turtle Green

📋 copy color: '#365013'

red 54 ◦ green 80 ◦ blue 19

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

Shades of Turtle Green #365013

Tints of Turtle Green #365013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

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

R = 35.29%
G = 52.29%
B = 12.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#365013 (or 0x365013) is known color: Turtle Green. HEX triplet: 36, 50 and 13. RGB value is (54,80,19). Sum of RGB (Red+Green+Blue) = 54+80+19=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #365013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365013 is #C9AFEC. Grayscale: #414141. Windows color (decimal): -13217773 or 1265718. OLE color: 1265718.

HSL color Cylindrical-coordinate representation of color #365013: hue angle of 85.57º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #365013 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 19 -
CMYK 0.33 0 0.76 0.69
HSL 85.57º 0.62% 0.19% -
HSV(B) 85.57º 0.76% 0.31% -
XYZ 4.51 6.57 1.65 -
YUV 65.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 54 80 19 0.33 0 0.76 0.69 85.57 0.62 0.19
Hex 36 50 13 21 0 4C 45 56 3E 13
Octal 66 120 23 41 0 114 105 126 76 23
Binary 110110 1010000 10011 100001 0 1001100 1000101 1010110 111110 10011

Color Harmonies of #365013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365013

Black with #365013

Text Example


Text Example

White with #365013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365013; }

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

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

background-color css

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

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

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

border-color css

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

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

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