Html Css Color HEX #3F4930 Seaweed

📋 copy color: '#3F4930'

red 63 ◦ green 73 ◦ blue 48

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

Shades of Seaweed #3F4930

Tints of Seaweed #3F4930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 34.24%
G = 39.67%
B = 26.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#3F4930 (or 0x3F4930) is known color: Seaweed. HEX triplet: 3F, 49 and 30. RGB value is (63,73,48). Sum of RGB (Red+Green+Blue) = 63+73+48=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4930 is #C0B6CF. Grayscale: #434343. Windows color (decimal): -12629712 or 3164479. OLE color: 3164479.

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

Color convert

RGB 63 73 48 -
CMYK 0.14 0 0.34 0.71
HSL 84º 0.21% 0.24% -
HSV(B) 84º 0.34% 0.29% -
XYZ 4.97 6.04 3.7 -
YUV 67.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 63 73 48 0.14 0 0.34 0.71 84 0.21 0.24
Hex 3F 49 30 E 0 22 47 54 15 18
Octal 77 111 60 16 0 42 107 124 25 30
Binary 111111 1001001 110000 1110 0 100010 1000111 1010100 10101 11000

Color Harmonies of #3F4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4930

Black with #3F4930

Text Example


Text Example

White with #3F4930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,48); }

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

background-color css

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

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

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

border-color css

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

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

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