#394122

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

Shades of Turtle Green #394122

Tints of Turtle Green #394122

Color information

#394122 (or 0x394122) is unknown color: approx Turtle Green. HEX triplet: 39, 41 and 22. RGB value is (57,65,34). Sum of RGB (Red+Green+Blue) = 57+65+34=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #394122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394122 is #C6BEDD. Grayscale: #3B3B3B. Windows color (decimal): -13024990 or 2244921. OLE color: 2244921.

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

Color convert

RGB576534-
CMYK0.1200.480.75
HSL75.48º31.31%19.41%-
HSV(B)75.48º47.69%25.49%-
XYZ3.874.772.23-
YUV59.07113.85126.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=36.54%
G=41.67%
B=21.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765340.1200.480.7575.4831.3119.41
Hex394122C0304B4b1f13
Octal7110142140601131133723
Binary111001100000110001011000110000100101110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394122; }

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

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

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

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

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

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

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

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