#384119

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

Shades of Turtle Green #384119

Tints of Turtle Green #384119

Color information

#384119 (or 0x384119) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 19. RGB value is (56,65,25). Sum of RGB (Red+Green+Blue) = 56+65+25=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #384119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384119 is #C7BEE6. Grayscale: #393939. Windows color (decimal): -13090535 or 1655096. OLE color: 1655096.

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

Color convert

RGB566525-
CMYK0.1400.620.75
HSL73.5º44.44%17.65%-
HSV(B)73.5º61.54%25.49%-
XYZ3.74.691.63-
YUV57.75109.52126.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=38.36%
G=44.52%
B=17.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665250.1400.620.7573.544.4417.65
Hex384119E03E4B4a2c12
Octal7010131160761131125422
Binary111000100000111001111001111101001011100101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384119; }

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

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

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

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

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

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

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

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