Html Css Color HEX #3F524A Plantation

📋 copy color: '#3F524A'

red 63 ◦ green 82 ◦ blue 74

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

Shades of Plantation #3F524A

Tints of Plantation #3F524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 28.77%
G = 37.44%
B = 33.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#3F524A (or 0x3F524A) is known color: Plantation. HEX triplet: 3F, 52 and 4A. RGB value is (63,82,74). Sum of RGB (Red+Green+Blue) = 63+82+74=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F524A is #C0ADB5. Grayscale: #4B4B4B. Windows color (decimal): -12627382 or 4870719. OLE color: 4870719.

HSL color Cylindrical-coordinate representation of color #3F524A: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F524A is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 82 74 -
CMYK 0.23 0 0.10 0.68
HSL 154.74º 0.13% 0.28% -
HSV(B) 154.74º 0.23% 0.32% -
XYZ 6.3 7.59 7.61 -
YUV 75.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 63 82 74 0.23 0 0.10 0.68 154.74 0.13 0.28
Hex 3F 52 4A 17 0 A 44 9B D 1C
Octal 77 122 112 27 0 12 104 233 15 34
Binary 111111 1010010 1001010 10111 0 1010 1000100 10011011 1101 11100

Color Harmonies of #3F524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F524A

Black with #3F524A

Text Example


Text Example

White with #3F524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,74); }

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

background-color css

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

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

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

border-color css

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

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

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