#394123

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

Shades of Turtle Green #394123

Tints of Turtle Green #394123

Color information

#394123 (or 0x394123) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 23. RGB value is (57,65,35). Sum of RGB (Red+Green+Blue) = 57+65+35=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #394123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394123 is #C6BEDC. Grayscale: #3B3B3B. Windows color (decimal): -13024989 or 2310457. OLE color: 2310457.

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

Color convert

RGB576535-
CMYK0.1200.460.75
HSL76º30%19.61%-
HSV(B)76º46.15%25.49%-
XYZ3.884.772.31-
YUV59.19114.35126.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=36.31%
G=41.40%
B=22.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765350.1200.460.75763019.61
Hex394123C02E4B4c1e14
Octal7110143140561131143624
Binary111001100000110001111000101110100101110011001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394123; }

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

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

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

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

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

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

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

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