Html Css Color HEX #386038 Parsley

📋 copy color: '#386038'

red 56 ◦ green 96 ◦ blue 56

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

Shades of Parsley #386038

Tints of Parsley #386038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

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

R = 26.92%
G = 46.15%
B = 26.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#386038 (or 0x386038) is known color: Parsley. HEX triplet: 38, 60 and 38. RGB value is (56,96,56). Sum of RGB (Red+Green+Blue) = 56+96+56=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #386038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386038 is #C79FC7. Grayscale: #4F4F4F. Windows color (decimal): -13082568 or 3694648. OLE color: 3694648.

HSL color Cylindrical-coordinate representation of color #386038: hue angle of 120º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386038 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 56 -
CMYK 0.42 0 0.42 0.62
HSL 120º 0.26% 0.3% -
HSV(B) 120º 0.42% 0.38% -
XYZ 6.53 9.49 5.23 -
YUV 79.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 56 96 56 0.42 0 0.42 0.62 120 0.26 0.3
Hex 38 60 38 2A 0 2A 3E 78 1A 1E
Octal 70 140 70 52 0 52 76 170 32 36
Binary 111000 1100000 111000 101010 0 101010 111110 1111000 11010 11110

Color Harmonies of #386038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386038

Black with #386038

Text Example


Text Example

White with #386038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386038; }

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

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

background-color css

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

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

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

border-color css

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

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

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