#314814

Color #314814 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #314814

Tints of Turtle Green #314814

Color information

#314814 (or 0x314814) is unknown color: approx Turtle Green. HEX triplet: 31, 48 and 14. RGB value is (49,72,20). Sum of RGB (Red+Green+Blue) = 49+72+20=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #314814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314814 is #CEB7EB. Grayscale: #3B3B3B. Windows color (decimal): -13547500 or 1329201. OLE color: 1329201.

HSL color Cylindrical-coordinate representation of color #314814: hue angle of 86.54º degrees, saturation: 0.57, 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 #314814 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB497220-
CMYK0.3200.720.72
HSL86.54º56.52%18.04%-
HSV(B)86.54º72.22%28.24%-
XYZ3.715.341.5-
YUV59.19105.88120.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=34.75%
G=51.06%
B=14.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972200.3200.720.7286.5456.5218.04
Hex3148142004848573912
Octal61110244001101101277122
Binary110001100100010100100000010010001001000101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314814; }

 p { color: rgb(49,72,20); }

 H1.HeaderClassName
 {
   color: #314814;
 }
 .AnyTagClassName
 {
   color: #314814;
 }
</style>
background-color css

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

 a { background-color: rgb(49,72,20); }

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

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

 span { border-color: rgb(49,72,20); }

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