#384120

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

Shades of Turtle Green #384120

Tints of Turtle Green #384120

Color information

#384120 (or 0x384120) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 20. RGB value is (56,65,32). Sum of RGB (Red+Green+Blue) = 56+65+32=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #384120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384120 is #C7BEDF. Grayscale: #3A3A3A. Windows color (decimal): -13090528 or 2113848. OLE color: 2113848.

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

Color convert

RGB566532-
CMYK0.1400.510.75
HSL76.36º34.02%19.02%-
HSV(B)76.36º50.77%25.49%-
XYZ3.784.732.08-
YUV58.55113.02126.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=36.60%
G=42.48%
B=20.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665320.1400.510.7576.3634.0219.02
Hex384120E0334B4c2213
Octal7010140160631131144223
Binary1110001000001100000111001100111001011100110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384120; }

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

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

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

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

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

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

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

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