#314317

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

Shades of Turtle Green #314317

Tints of Turtle Green #314317

Color information

#314317 (or 0x314317) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 17. RGB value is (49,67,23). Sum of RGB (Red+Green+Blue) = 49+67+23=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #314317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314317 is #CEBCE8. Grayscale: #383838. Windows color (decimal): -13548777 or 1524529. OLE color: 1524529.

HSL color Cylindrical-coordinate representation of color #314317: hue angle of 84.55º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314317 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB496723-
CMYK0.2700.660.74
HSL84.55º48.89%17.65%-
HSV(B)84.55º65.67%26.27%-
XYZ3.434.731.54-
YUV56.6109.04122.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=35.25%
G=48.20%
B=16.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967230.2700.660.7484.5548.8917.65
Hex3143171B0424A553112
Octal61103273301021121256122
Binary11000110000111011111011010000101001010101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314317; }

 p { color: rgb(49,67,23); }

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

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

 a { background-color: rgb(49,67,23); }

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

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

 span { border-color: rgb(49,67,23); }

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