#384124

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

Shades of Turtle Green #384124

Tints of Turtle Green #384124

Color information

#384124 (or 0x384124) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 24. RGB value is (56,65,36). Sum of RGB (Red+Green+Blue) = 56+65+36=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #384124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384124 is #C7BEDB. Grayscale: #3B3B3B. Windows color (decimal): -13090524 or 2375992. OLE color: 2375992.

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

Color convert

RGB566536-
CMYK0.1400.450.75
HSL78.62º28.71%19.8%-
HSV(B)78.62º44.62%25.49%-
XYZ3.844.752.38-
YUV59115.02125.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=35.67%
G=41.40%
B=22.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665360.1400.450.7578.6228.7119.8
Hex384124E02D4B4f1d14
Octal7010144160551131173524
Binary111000100000110010011100101101100101110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384124; }

 p { color: rgb(56,65,36); }

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

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

 a { background-color: rgb(56,65,36); }

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

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

 span { border-color: rgb(56,65,36); }

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