Html Css Color HEX #3F554C Plantation

📋 copy color: '#3F554C'

red 63 ◦ green 85 ◦ blue 76

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

Shades of Plantation #3F554C

Tints of Plantation #3F554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 28.13%
G = 37.95%
B = 33.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3F554C (or 0x3F554C) is known color: Plantation. HEX triplet: 3F, 55 and 4C. RGB value is (63,85,76). Sum of RGB (Red+Green+Blue) = 63+85+76=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F554C is #C0AAB3. Grayscale: #4D4D4D. Windows color (decimal): -12626612 or 5002559. OLE color: 5002559.

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

Color convert

RGB 63 85 76 -
CMYK 0.26 0 0.11 0.67
HSL 155.45º 0.15% 0.29% -
HSV(B) 155.45º 0.26% 0.33% -
XYZ 6.6 8.08 8.05 -
YUV 77.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 63 85 76 0.26 0 0.11 0.67 155.45 0.15 0.29
Hex 3F 55 4C 1A 0 B 43 9B F 1D
Octal 77 125 114 32 0 13 103 233 17 35
Binary 111111 1010101 1001100 11010 0 1011 1000011 10011011 1111 11101

Color Harmonies of #3F554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F554C

Black with #3F554C

Text Example


Text Example

White with #3F554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,76); }

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

background-color css

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

 a { background-color: rgb(63,85,76); }

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

border-color css

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

 span { border-color: rgb(63,85,76); }

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