Html Css Color HEX #3F544B Plantation

📋 copy color: '#3F544B'

red 63 ◦ green 84 ◦ blue 75

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

Shades of Plantation #3F544B

Tints of Plantation #3F544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 28.38%
G = 37.84%
B = 33.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3F544B (or 0x3F544B) is known color: Plantation. HEX triplet: 3F, 54 and 4B. RGB value is (63,84,75). Sum of RGB (Red+Green+Blue) = 63+84+75=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #3F544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F544B is #C0ABB4. Grayscale: #4C4C4C. Windows color (decimal): -12626869 or 4936767. OLE color: 4936767.

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

Color convert

RGB 63 84 75 -
CMYK 0.25 0 0.11 0.67
HSL 154.29º 0.14% 0.29% -
HSV(B) 154.29º 0.25% 0.33% -
XYZ 6.49 7.91 7.84 -
YUV 76.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 63 84 75 0.25 0 0.11 0.67 154.29 0.14 0.29
Hex 3F 54 4B 19 0 B 43 9A E 1D
Octal 77 124 113 31 0 13 103 232 16 35
Binary 111111 1010100 1001011 11001 0 1011 1000011 10011010 1110 11101

Color Harmonies of #3F544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F544B

Black with #3F544B

Text Example


Text Example

White with #3F544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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