Html Css Color HEX #3F553F Grey-Asparagus

📋 copy color: '#3F553F'

red 63 ◦ green 85 ◦ blue 63

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

Shades of Grey-Asparagus #3F553F

Tints of Grey-Asparagus #3F553F

RGB

 RED value IS 63 (25% from 255) = 29.86%

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 29.86%
G = 40.28%
B = 29.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#3F553F (or 0x3F553F) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 3F. RGB value is (63,85,63). Sum of RGB (Red+Green+Blue) = 63+85+63=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553F is #C0AAC0. Grayscale: #4B4B4B. Windows color (decimal): -12626625 or 4150591. OLE color: 4150591.

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

Color convert

RGB 63 85 63 -
CMYK 0.26 0 0.26 0.67
HSL 120º 0.15% 0.29% -
HSV(B) 120º 0.26% 0.33% -
XYZ 6.2 7.91 5.9 -
YUV 75.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 63 85 63 0.26 0 0.26 0.67 120 0.15 0.29
Hex 3F 55 3F 1A 0 1A 43 78 F 1D
Octal 77 125 77 32 0 32 103 170 17 35
Binary 111111 1010101 111111 11010 0 11010 1000011 1111000 1111 11101

Color Harmonies of #3F553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F553F

Black with #3F553F

Text Example


Text Example

White with #3F553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F553F; }

 p { color: rgb(63,85,63); }

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

background-color css

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

 a { background-color: rgb(63,85,63); }

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

border-color css

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

 span { border-color: rgb(63,85,63); }

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