#314109

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

Shades of Turtle Green #314109

Tints of Turtle Green #314109

Color information

#314109 (or 0x314109) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 09. RGB value is (49,65,9). Sum of RGB (Red+Green+Blue) = 49+65+9=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #314109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314109 is #CEBEF6. Grayscale: #363636. Windows color (decimal): -13549303 or 606513. OLE color: 606513.

HSL color Cylindrical-coordinate representation of color #314109: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #314109 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB49659-
CMYK0.2500.860.75
HSL77.14º75.68%14.51%-
HSV(B)77.14º86.15%25.49%-
XYZ3.214.450.95-
YUV53.83102.7124.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=39.84%
G=52.85%
B=7.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal496590.2500.860.7577.1475.6814.51
Hex31419190564B4d4cf
Octal611011131012611311511417
Binary1100011000001100111001010101101001011100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314109; }

 p { color: rgb(49,65,9); }

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

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

 a { background-color: rgb(49,65,9); }

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

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

 span { border-color: rgb(49,65,9); }

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