Html Css Color HEX #365014 Turtle Green

📋 copy color: '#365014'

red 54 ◦ green 80 ◦ blue 20

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

Shades of Turtle Green #365014

Tints of Turtle Green #365014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 35.06%
G = 51.95%
B = 12.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#365014 (or 0x365014) is known color: Turtle Green. HEX triplet: 36, 50 and 14. RGB value is (54,80,20). Sum of RGB (Red+Green+Blue) = 54+80+20=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #365014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365014 is #C9AFEB. Grayscale: #414141. Windows color (decimal): -13217772 or 1331254. OLE color: 1331254.

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

Color convert

RGB 54 80 20 -
CMYK 0.33 0 0.75 0.69
HSL 86º 0.6% 0.2% -
HSV(B) 86º 0.75% 0.31% -
XYZ 4.52 6.57 1.69 -
YUV 65.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 54 80 20 0.33 0 0.75 0.69 86 0.6 0.2
Hex 36 50 14 21 0 4B 45 56 3C 14
Octal 66 120 24 41 0 113 105 126 74 24
Binary 110110 1010000 10100 100001 0 1001011 1000101 1010110 111100 10100

Color Harmonies of #365014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365014

Black with #365014

Text Example


Text Example

White with #365014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365014; }

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

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

background-color css

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

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

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

border-color css

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

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

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