#385015

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

Shades of Turtle Green #385015

Tints of Turtle Green #385015

Color information

#385015 (or 0x385015) is unknown color: approx Turtle Green. HEX triplet: 38, 50 and 15. RGB value is (56,80,21). Sum of RGB (Red+Green+Blue) = 56+80+21=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #385015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385015 is #C7AFEA. Grayscale: #424242. Windows color (decimal): -13086699 or 1396792. OLE color: 1396792.

HSL color Cylindrical-coordinate representation of color #385015: hue angle of 84.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385015 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB568021-
CMYK0.3000.740.69
HSL84.41º58.42%19.8%-
HSV(B)84.41º73.75%31.37%-
XYZ4.636.631.75-
YUV66.1102.55120.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=35.67%
G=50.96%
B=13.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680210.3000.740.6984.4158.4219.8
Hex3850151E04A45543a14
Octal70120253601121051247224
Binary11100010100001010111110010010101000101101010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385015; }

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

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

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

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

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

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

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

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