#385938

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

Shades of Parsley #385938

Tints of Parsley #385938

Color information

#385938 (or 0x385938) is unknown color: approx Parsley. HEX triplet: 38, 59 and 38. RGB value is (56,89,56). Sum of RGB (Red+Green+Blue) = 56+89+56=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #385938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385938 is #C7A6C7. Grayscale: #4B4B4B. Windows color (decimal): -13084360 or 3692856. OLE color: 3692856.

HSL color Cylindrical-coordinate representation of color #385938: hue angle of 120º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385938 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB568956-
CMYK0.3700.370.65
HSL120º22.76%28.43%-
HSV(B)120º37.08%34.9%-
XYZ5.928.275.03-
YUV75.37117.07114.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=27.86%
G=44.28%
B=27.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689560.3700.370.6512022.7628.43
Hex385938250254178171c
Octal7013170450451011702734
Binary11100010110011110001001010100101100000111110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385938; }

 p { color: rgb(56,89,56); }

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

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

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

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

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

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

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