Html Css Color HEX #384B38 Parsley

📋 copy color: '#384B38'

red 56 ◦ green 75 ◦ blue 56

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

Shades of Parsley #384B38

Tints of Parsley #384B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

 BLUE value IS 56 (22.27% from 255) = 29.95%

R = 29.95%
G = 40.11%
B = 29.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#384B38 (or 0x384B38) is known color: Parsley. HEX triplet: 38, 4B and 38. RGB value is (56,75,56). Sum of RGB (Red+Green+Blue) = 56+75+56=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #384B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B38 is #C7B4C7. Grayscale: #434343. Windows color (decimal): -13087944 or 3689272. OLE color: 3689272.

HSL color Cylindrical-coordinate representation of color #384B38: hue angle of 120º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B38 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 75 56 -
CMYK 0.25 0 0.25 0.71
HSL 120º 0.15% 0.26% -
HSV(B) 120º 0.25% 0.29% -
XYZ 4.86 6.16 4.67 -
YUV 67.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 56 75 56 0.25 0 0.25 0.71 120 0.15 0.26
Hex 38 4B 38 19 0 19 47 78 F 1A
Octal 70 113 70 31 0 31 107 170 17 32
Binary 111000 1001011 111000 11001 0 11001 1000111 1111000 1111 11010

Color Harmonies of #384B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B38

Black with #384B38

Text Example


Text Example

White with #384B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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