Html Css Color HEX #364714 Turtle Green

📋 copy color: '#364714'

red 54 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #364714

Tints of Turtle Green #364714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 37.24%
G = 48.97%
B = 13.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#364714 (or 0x364714) is known color: Turtle Green. HEX triplet: 36, 47 and 14. RGB value is (54,71,20). Sum of RGB (Red+Green+Blue) = 54+71+20=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #364714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364714 is #C9B8EB. Grayscale: #3C3C3C. Windows color (decimal): -13220076 or 1328950. OLE color: 1328950.

HSL color Cylindrical-coordinate representation of color #364714: hue angle of 80º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364714 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 71 20 -
CMYK 0.24 0 0.72 0.72
HSL 80º 0.56% 0.18% -
HSV(B) 80º 0.72% 0.28% -
XYZ 3.9 5.34 1.49 -
YUV 60.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 54 71 20 0.24 0 0.72 0.72 80 0.56 0.18
Hex 36 47 14 18 0 48 48 50 38 12
Octal 66 107 24 30 0 110 110 120 70 22
Binary 110110 1000111 10100 11000 0 1001000 1001000 1010000 111000 10010

Color Harmonies of #364714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364714

Black with #364714

Text Example


Text Example

White with #364714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364714; }

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

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

background-color css

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

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

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

border-color css

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

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

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