Html Css Color HEX #3F534A Plantation

📋 copy color: '#3F534A'

red 63 ◦ green 83 ◦ blue 74

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

Shades of Plantation #3F534A

Tints of Plantation #3F534A

RGB

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

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

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

R = 28.64%
G = 37.73%
B = 33.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3F534A (or 0x3F534A) is known color: Plantation. HEX triplet: 3F, 53 and 4A. RGB value is (63,83,74). Sum of RGB (Red+Green+Blue) = 63+83+74=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F534A is #C0ACB5. Grayscale: #4C4C4C. Windows color (decimal): -12627126 or 4870975. OLE color: 4870975.

HSL color Cylindrical-coordinate representation of color #3F534A: hue angle of 153º 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 #3F534A is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 74 -
CMYK 0.24 0 0.11 0.67
HSL 153º 0.14% 0.29% -
HSV(B) 153º 0.24% 0.33% -
XYZ 6.38 7.74 7.64 -
YUV 75.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 63 83 74 0.24 0 0.11 0.67 153 0.14 0.29
Hex 3F 53 4A 18 0 B 43 99 E 1D
Octal 77 123 112 30 0 13 103 231 16 35
Binary 111111 1010011 1001010 11000 0 1011 1000011 10011001 1110 11101

Color Harmonies of #3F534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F534A

Black with #3F534A

Text Example


Text Example

White with #3F534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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