#385039

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

Shades of Parsley #385039

Tints of Parsley #385039

Color information

#385039 (or 0x385039) is unknown color: approx Parsley. HEX triplet: 38, 50 and 39. RGB value is (56,80,57). Sum of RGB (Red+Green+Blue) = 56+80+57=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #385039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385039 is #C7AFC6. Grayscale: #464646. Windows color (decimal): -13086663 or 3756088. OLE color: 3756088.

HSL color Cylindrical-coordinate representation of color #385039: hue angle of 122.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385039 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB568057-
CMYK0.3000.290.69
HSL122.5º17.65%26.67%-
HSV(B)122.5º30%31.37%-
XYZ5.246.874.92-
YUV70.2120.55117.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=29.02%
G=41.45%
B=29.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680570.3000.290.69122.517.6526.67
Hex3850391E01D457a121b
Octal7012071360351051722233
Binary111000101000011100111110011101100010111110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385039; }

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

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

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

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

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

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

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

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