Html Css Color HEX #3B684F Plantation

📋 copy color: '#3B684F'

red 59 ◦ green 104 ◦ blue 79

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

Shades of Plantation #3B684F

Tints of Plantation #3B684F

RGB

 RED value IS 59 (23.44% from 255) = 24.38%

 GREEN value IS 104 (41.02% from 255) = 42.98%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 24.38%
G = 42.98%
B = 32.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#3B684F (or 0x3B684F) is known color: Plantation. HEX triplet: 3B, 68 and 4F. RGB value is (59,104,79). Sum of RGB (Red+Green+Blue) = 59+104+79=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #3B684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B684F is #C497B0. Grayscale: #575757. Windows color (decimal): -12883889 or 5204027. OLE color: 5204027.

HSL color Cylindrical-coordinate representation of color #3B684F: hue angle of 146.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B684F is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 59 104 79 -
CMYK 0.43 0 0.24 0.59
HSL 146.67º 0.28% 0.32% -
HSV(B) 146.67º 0.43% 0.41% -
XYZ 8.17 11.39 9.17 -
YUV 87.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 59 104 79 0.43 0 0.24 0.59 146.67 0.28 0.32
Hex 3B 68 4F 2B 0 18 3B 93 1C 20
Octal 73 150 117 53 0 30 73 223 34 40
Binary 111011 1101000 1001111 101011 0 11000 111011 10010011 11100 100000

Color Harmonies of #3B684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B684F

Black with #3B684F

Text Example


Text Example

White with #3B684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,104,79); }

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

background-color css

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

 a { background-color: rgb(59,104,79); }

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

border-color css

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

 span { border-color: rgb(59,104,79); }

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