#384214

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

Shades of Turtle Green #384214

Tints of Turtle Green #384214

Color information

#384214 (or 0x384214) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 14. RGB value is (56,66,20). Sum of RGB (Red+Green+Blue) = 56+66+20=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #384214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384214 is #C7BDEB. Grayscale: #393939. Windows color (decimal): -13090284 or 1327672. OLE color: 1327672.

HSL color Cylindrical-coordinate representation of color #384214: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384214 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB566620-
CMYK0.1500.700.74
HSL73.04º53.49%16.86%-
HSV(B)73.04º69.7%25.88%-
XYZ3.714.791.39-
YUV57.77106.69126.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=39.44%
G=46.48%
B=14.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666200.1500.700.7473.0453.4916.86
Hex384214F0464A493511
Octal70102241701061121116521
Binary1110001000010101001111010001101001010100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384214; }

 p { color: rgb(56,66,20); }

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

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

 a { background-color: rgb(56,66,20); }

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

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

 span { border-color: rgb(56,66,20); }

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