Html Css Color HEX #385339 Parsley

📋 copy color: '#385339'

red 56 ◦ green 83 ◦ blue 57

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

Shades of Parsley #385339

Tints of Parsley #385339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 57 (22.66% from 255) = 29.08%

R = 28.57%
G = 42.35%
B = 29.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#385339 (or 0x385339) is known color: Parsley. HEX triplet: 38, 53 and 39. RGB value is (56,83,57). Sum of RGB (Red+Green+Blue) = 56+83+57=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #385339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385339 is #C7ACC6. Grayscale: #484848. Windows color (decimal): -13085895 or 3756856. OLE color: 3756856.

HSL color Cylindrical-coordinate representation of color #385339: hue angle of 122.22º degrees, saturation: 0.19, 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 #385339 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 57 -
CMYK 0.33 0 0.31 0.67
HSL 122.22º 0.19% 0.27% -
HSV(B) 122.22º 0.33% 0.33% -
XYZ 5.46 7.32 5 -
YUV 71.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 56 83 57 0.33 0 0.31 0.67 122.22 0.19 0.27
Hex 38 53 39 21 0 1F 43 7A 13 1B
Octal 70 123 71 41 0 37 103 172 23 33
Binary 111000 1010011 111001 100001 0 11111 1000011 1111010 10011 11011

Color Harmonies of #385339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385339

Black with #385339

Text Example


Text Example

White with #385339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385339; }

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

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

background-color css

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

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

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

border-color css

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

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

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