Html Css Color HEX #434F3F Grey-Asparagus

📋 copy color: '#434F3F'

red 67 ◦ green 79 ◦ blue 63

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

Shades of Grey-Asparagus #434F3F

Tints of Grey-Asparagus #434F3F

RGB

 RED value IS 67 (26.56% from 255) = 32.06%

 GREEN value IS 79 (31.25% from 255) = 37.8%

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

R = 32.06%
G = 37.8%
B = 30.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#434F3F (or 0x434F3F) is known color: Grey-Asparagus. HEX triplet: 43, 4F and 3F. RGB value is (67,79,63). Sum of RGB (Red+Green+Blue) = 67+79+63=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 79 - color contains mainly: green. Hex color #434F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F3F is #BCB0C0. Grayscale: #494949. Windows color (decimal): -12366017 or 4149059. OLE color: 4149059.

HSL color Cylindrical-coordinate representation of color #434F3F: hue angle of 105º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434F3F is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 79 63 -
CMYK 0.15 0 0.20 0.69
HSL 105º 0.11% 0.28% -
HSV(B) 105º 0.2% 0.31% -
XYZ 6.01 7.14 5.76 -
YUV 73.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 67 79 63 0.15 0 0.20 0.69 105 0.11 0.28
Hex 43 4F 3F F 0 14 45 69 B 1C
Octal 103 117 77 17 0 24 105 151 13 34
Binary 1000011 1001111 111111 1111 0 10100 1000101 1101001 1011 11100

Color Harmonies of #434F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F3F

Black with #434F3F

Text Example


Text Example

White with #434F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434F3F; }

 p { color: rgb(67,79,63); }

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

background-color css

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

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

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

border-color css

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

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

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