#314B06

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

Shades of Turtle Green #314B06

Tints of Turtle Green #314B06

Color information

#314B06 (or 0x314B06) is unknown color: approx Turtle Green. HEX triplet: 31, 4B and 06. RGB value is (49,75,6). Sum of RGB (Red+Green+Blue) = 49+75+6=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #314B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B06 is #CEB4F9. Grayscale: #3B3B3B. Windows color (decimal): -13546746 or 412465. OLE color: 412465.

HSL color Cylindrical-coordinate representation of color #314B06: hue angle of 82.61º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314B06 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB49756-
CMYK0.3500.920.71
HSL82.61º85.19%15.88%-
HSV(B)82.61º92%29.41%-
XYZ3.825.71.07-
YUV59.3697.89120.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=37.69%
G=57.69%
B=4.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal497560.3500.920.7182.6185.1915.88
Hex314B62305C47535510
Octal61113643013410712312520
Binary11000110010111101000110101110010001111010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B06; }

 p { color: rgb(49,75,6); }

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

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

 a { background-color: rgb(49,75,6); }

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

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

 span { border-color: rgb(49,75,6); }

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