#385438

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

Shades of Parsley #385438

Tints of Parsley #385438

Color information

#385438 (or 0x385438) is unknown color: approx Parsley. HEX triplet: 38, 54 and 38. RGB value is (56,84,56). Sum of RGB (Red+Green+Blue) = 56+84+56=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #385438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385438 is #C7ABC7. Grayscale: #484848. Windows color (decimal): -13085640 or 3691576. OLE color: 3691576.

HSL color Cylindrical-coordinate representation of color #385438: hue angle of 120º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385438 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB568456-
CMYK0.3300.330.67
HSL120º20%27.45%-
HSV(B)120º33.33%32.94%-
XYZ5.527.474.89-
YUV72.44118.72116.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684560.3300.330.671202027.45
Hex385438210214378141b
Octal7012470410411031702433
Binary11100010101001110001000010100001100001111110001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385438; }

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

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

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

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

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

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

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

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