#394110

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

Shades of Turtle Green #394110

Tints of Turtle Green #394110

Color information

#394110 (or 0x394110) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 10. RGB value is (57,65,16). Sum of RGB (Red+Green+Blue) = 57+65+16=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #394110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394110 is #C6BEEF. Grayscale: #393939. Windows color (decimal): -13025008 or 1065273. OLE color: 1065273.

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

Color convert

RGB576516-
CMYK0.1200.750.75
HSL69.8º60.49%15.88%-
HSV(B)69.8º75.38%25.49%-
XYZ3.674.691.2-
YUV57.02104.85127.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=41.30%
G=47.10%
B=11.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765160.1200.750.7569.860.4915.88
Hex394110C04B4B463c10
Octal71101201401131131067420
Binary1110011000001100001100010010111001011100011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394110; }

 p { color: rgb(57,65,16); }

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

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

 a { background-color: rgb(57,65,16); }

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

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

 span { border-color: rgb(57,65,16); }

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