Html Css Color HEX #3F5430 Mallard

📋 copy color: '#3F5430'

red 63 ◦ green 84 ◦ blue 48

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

Shades of Mallard #3F5430

Tints of Mallard #3F5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

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

R = 32.31%
G = 43.08%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#3F5430 (or 0x3F5430) is known color: Mallard. HEX triplet: 3F, 54 and 30. RGB value is (63,84,48). Sum of RGB (Red+Green+Blue) = 63+84+48=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5430 is #C0ABCF. Grayscale: #494949. Windows color (decimal): -12626896 or 3167295. OLE color: 3167295.

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

Color convert

RGB 63 84 48 -
CMYK 0.25 0 0.43 0.67
HSL 95º 0.27% 0.26% -
HSV(B) 95º 0.43% 0.33% -
XYZ 5.75 7.61 3.96 -
YUV 73.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 63 84 48 0.25 0 0.43 0.67 95 0.27 0.26
Hex 3F 54 30 19 0 2B 43 5F 1B 1A
Octal 77 124 60 31 0 53 103 137 33 32
Binary 111111 1010100 110000 11001 0 101011 1000011 1011111 11011 11010

Color Harmonies of #3F5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5430

Black with #3F5430

Text Example


Text Example

White with #3F5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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