#314108

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

Shades of Turtle Green #314108

Tints of Turtle Green #314108

Color information

#314108 (or 0x314108) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 08. RGB value is (49,65,8). Sum of RGB (Red+Green+Blue) = 49+65+8=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #314108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314108 is #CEBEF7. Grayscale: #353535. Windows color (decimal): -13549304 or 540977. OLE color: 540977.

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

Color convert

RGB49658-
CMYK0.2500.880.75
HSL76.84º78.08%14.31%-
HSV(B)76.84º87.69%25.49%-
XYZ3.24.450.92-
YUV53.72102.2124.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=40.16%
G=53.28%
B=6.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal496580.2500.880.7576.8478.0814.31
Hex31418190584B4d4ee
Octal611011031013011311511616
Binary1100011000001100011001010110001001011100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314108; }

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

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

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

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

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

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

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

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