Html Css Color HEX #385736 Parsley

📋 copy color: '#385736'

red 56 ◦ green 87 ◦ blue 54

#385736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #385736

Tints of Parsley #385736

RGB

 RED value IS 56 (22.27% from 255) = 28.43%

 GREEN value IS 87 (34.38% from 255) = 44.16%

 BLUE value IS 54 (21.48% from 255) = 27.41%

R = 28.43%
G = 44.16%
B = 27.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#385736 (or 0x385736) is known color: Parsley. HEX triplet: 38, 57 and 36. RGB value is (56,87,54). Sum of RGB (Red+Green+Blue) = 56+87+54=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #385736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385736 is #C7A8C9. Grayscale: #4A4A4A. Windows color (decimal): -13084874 or 3561272. OLE color: 3561272.

HSL color Cylindrical-coordinate representation of color #385736: hue angle of 116.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385736 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 54 -
CMYK 0.36 0 0.38 0.66
HSL 116.36º 0.23% 0.28% -
HSV(B) 116.36º 0.38% 0.34% -
XYZ 5.7 7.92 4.72 -
YUV 73.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 56 87 54 0.36 0 0.38 0.66 116.36 0.23 0.28
Hex 38 57 36 24 0 26 42 74 17 1C
Octal 70 127 66 44 0 46 102 164 27 34
Binary 111000 1010111 110110 100100 0 100110 1000010 1110100 10111 11100

Color Harmonies of #385736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385736

Black with #385736

Text Example


Text Example

White with #385736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385736; }

 p { color: rgb(56,87,54); }

 H1.HeaderClassName
 {
   color: #385736;
 }
 .AnyTagClassName
 {
   color: #385736;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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