#384419

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

Shades of Turtle Green #384419

Tints of Turtle Green #384419

Color information

#384419 (or 0x384419) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 19. RGB value is (56,68,25). Sum of RGB (Red+Green+Blue) = 56+68+25=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #384419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384419 is #C7BBE6. Grayscale: #3B3B3B. Windows color (decimal): -13089767 or 1655864. OLE color: 1655864.

HSL color Cylindrical-coordinate representation of color #384419: hue angle of 76.74º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384419 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB566825-
CMYK0.1800.630.73
HSL76.74º46.24%18.24%-
HSV(B)76.74º63.24%26.67%-
XYZ3.875.051.69-
YUV59.51108.52125.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=37.58%
G=45.64%
B=16.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668250.1800.630.7376.7446.2418.24
Hex3844191203F494d2e12
Octal7010431220771111155622
Binary1110001000100110011001001111111001001100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384419; }

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

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

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

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

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

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

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

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