#384515

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

Shades of Turtle Green #384515

Tints of Turtle Green #384515

Color information

#384515 (or 0x384515) is unknown color: approx Turtle Green. HEX triplet: 38, 45 and 15. RGB value is (56,69,21). Sum of RGB (Red+Green+Blue) = 56+69+21=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #384515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384515 is #C7BAEA. Grayscale: #3B3B3B. Windows color (decimal): -13089515 or 1393976. OLE color: 1393976.

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

Color convert

RGB566921-
CMYK0.1900.700.73
HSL76.25º53.33%17.65%-
HSV(B)76.25º69.57%27.06%-
XYZ3.895.151.5-
YUV59.64106.19125.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=38.36%
G=47.26%
B=14.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669210.1900.700.7376.2553.3317.65
Hex38451513046494c3512
Octal70105252301061111146522
Binary11100010001011010110011010001101001001100110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384515; }

 p { color: rgb(56,69,21); }

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

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

 a { background-color: rgb(56,69,21); }

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

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

 span { border-color: rgb(56,69,21); }

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