#384020

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

Shades of Turtle Green #384020

Tints of Turtle Green #384020

Color information

#384020 (or 0x384020) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 20. RGB value is (56,64,32). Sum of RGB (Red+Green+Blue) = 56+64+32=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #384020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384020 is #C7BFDF. Grayscale: #3A3A3A. Windows color (decimal): -13090784 or 2113592. OLE color: 2113592.

HSL color Cylindrical-coordinate representation of color #384020: hue angle of 75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384020 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB566432-
CMYK0.1300.500.75
HSL75º33.33%18.82%-
HSV(B)75º50%25.1%-
XYZ3.724.612.06-
YUV57.96113.35126.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=36.84%
G=42.11%
B=21.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664320.1300.500.757533.3318.82
Hex384020D0324B4b2113
Octal7010040150621131134123
Binary1110001000000100000110101100101001011100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384020; }

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

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

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

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

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

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

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

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