#314105

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

Shades of Turtle Green #314105

Tints of Turtle Green #314105

Color information

#314105 (or 0x314105) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 05. RGB value is (49,65,5). Sum of RGB (Red+Green+Blue) = 49+65+5=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #314105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314105 is #CEBEFA. Grayscale: #353535. Windows color (decimal): -13549307 or 344369. OLE color: 344369.

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

Color convert

RGB49655-
CMYK0.2500.920.75
HSL76º85.71%13.73%-
HSV(B)76º92.31%25.49%-
XYZ3.184.440.83-
YUV53.38100.7124.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=41.18%
G=54.62%
B=4.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal496550.2500.920.757685.7113.73
Hex314151905C4B4c56e
Octal61101531013411311412616
Binary110001100000110111001010111001001011100110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314105; }

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

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

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

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

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

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

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

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