Html Css Color HEX #3F533F Grey-Asparagus

📋 copy color: '#3F533F'

red 63 ◦ green 83 ◦ blue 63

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

Shades of Grey-Asparagus #3F533F

Tints of Grey-Asparagus #3F533F

RGB

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

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

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

R = 30.14%
G = 39.71%
B = 30.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3F533F (or 0x3F533F) is known color: Grey-Asparagus. HEX triplet: 3F, 53 and 3F. RGB value is (63,83,63). Sum of RGB (Red+Green+Blue) = 63+83+63=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #3F533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F533F is #C0ACC0. Grayscale: #4A4A4A. Windows color (decimal): -12627137 or 4150079. OLE color: 4150079.

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

Color convert

RGB 63 83 63 -
CMYK 0.24 0 0.24 0.67
HSL 120º 0.14% 0.29% -
HSV(B) 120º 0.24% 0.33% -
XYZ 6.04 7.6 5.85 -
YUV 74.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 63 83 63 0.24 0 0.24 0.67 120 0.14 0.29
Hex 3F 53 3F 18 0 18 43 78 E 1D
Octal 77 123 77 30 0 30 103 170 16 35
Binary 111111 1010011 111111 11000 0 11000 1000011 1111000 1110 11101

Color Harmonies of #3F533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F533F

Black with #3F533F

Text Example


Text Example

White with #3F533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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