#394108

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

Shades of Turtle Green #394108

Tints of Turtle Green #394108

Color information

#394108 (or 0x394108) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 08. RGB value is (57,65,8). Sum of RGB (Red+Green+Blue) = 57+65+8=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #394108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394108 is #C6BEF7. Grayscale: #383838. Windows color (decimal): -13025016 or 540985. OLE color: 540985.

HSL color Cylindrical-coordinate representation of color #394108: hue angle of 68.42º 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 #394108 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB57658-
CMYK0.1200.880.75
HSL68.42º78.08%14.31%-
HSV(B)68.42º87.69%25.49%-
XYZ3.624.670.94-
YUV56.11100.85128.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=43.85%
G=50%
B=6.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576580.1200.880.7568.4278.0814.31
Hex39418C0584B444ee
Octal711011014013011310411616
Binary111001100000110001100010110001001011100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394108; }

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

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

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

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

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

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

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

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