#384024

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

Shades of Turtle Green #384024

Tints of Turtle Green #384024

Color information

#384024 (or 0x384024) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 24. RGB value is (56,64,36). Sum of RGB (Red+Green+Blue) = 56+64+36=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #384024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384024 is #C7BFDB. Grayscale: #3A3A3A. Windows color (decimal): -13090780 or 2375736. OLE color: 2375736.

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

Color convert

RGB566436-
CMYK0.1300.440.75
HSL77.14º28%19.61%-
HSV(B)77.14º43.75%25.1%-
XYZ3.784.632.36-
YUV58.42115.35126.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=35.90%
G=41.03%
B=23.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664360.1300.440.7577.142819.61
Hex384024D02C4B4d1c14
Octal7010044150541131153424
Binary111000100000010010011010101100100101110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384024; }

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

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

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

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

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

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

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

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