#384C19

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

Shades of Turtle Green #384C19

Tints of Turtle Green #384C19

Color information

#384C19 (or 0x384C19) is unknown color: approx Turtle Green. HEX triplet: 38, 4C and 19. RGB value is (56,76,25). Sum of RGB (Red+Green+Blue) = 56+76+25=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #384C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C19 is #C7B3E6. Grayscale: #404040. Windows color (decimal): -13087719 or 1657912. OLE color: 1657912.

HSL color Cylindrical-coordinate representation of color #384C19: hue angle of 83.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384C19 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB567625-
CMYK0.2600.670.70
HSL83.53º50.5%19.8%-
HSV(B)83.53º67.11%29.8%-
XYZ4.396.081.86-
YUV64.21105.87122.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=35.67%
G=48.41%
B=15.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676250.2600.670.7083.5350.519.8
Hex384C191A04346543214
Octal70114313201031061246224
Binary11100010011001100111010010000111000110101010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C19; }

 p { color: rgb(56,76,25); }

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

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

 a { background-color: rgb(56,76,25); }

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

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

 span { border-color: rgb(56,76,25); }

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