Html Css Color HEX #3F604D Plantation

📋 copy color: '#3F604D'

red 63 ◦ green 96 ◦ blue 77

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

Shades of Plantation #3F604D

Tints of Plantation #3F604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 77 (30.47% from 255) = 32.63%

R = 26.69%
G = 40.68%
B = 32.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3F604D (or 0x3F604D) is known color: Plantation. HEX triplet: 3F, 60 and 4D. RGB value is (63,96,77). Sum of RGB (Red+Green+Blue) = 63+96+77=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F604D is #C09FB2. Grayscale: #545454. Windows color (decimal): -12623795 or 5070911. OLE color: 5070911.

HSL color Cylindrical-coordinate representation of color #3F604D: hue angle of 145.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F604D is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 77 -
CMYK 0.34 0 0.20 0.62
HSL 145.45º 0.21% 0.31% -
HSV(B) 145.45º 0.34% 0.38% -
XYZ 7.57 9.96 8.54 -
YUV 83.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 63 96 77 0.34 0 0.20 0.62 145.45 0.21 0.31
Hex 3F 60 4D 22 0 14 3E 91 15 1F
Octal 77 140 115 42 0 24 76 221 25 37
Binary 111111 1100000 1001101 100010 0 10100 111110 10010001 10101 11111

Color Harmonies of #3F604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F604D

Black with #3F604D

Text Example


Text Example

White with #3F604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,77); }

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

background-color css

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

 a { background-color: rgb(63,96,77); }

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

border-color css

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

 span { border-color: rgb(63,96,77); }

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