Html Css Color HEX #3B684B Plantation

📋 copy color: '#3B684B'

red 59 ◦ green 104 ◦ blue 75

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

Shades of Plantation #3B684B

Tints of Plantation #3B684B

RGB

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

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

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

R = 24.79%
G = 43.7%
B = 31.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3B684B (or 0x3B684B) is known color: Plantation. HEX triplet: 3B, 68 and 4B. RGB value is (59,104,75). Sum of RGB (Red+Green+Blue) = 59+104+75=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #3B684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B684B is #C497B4. Grayscale: #575757. Windows color (decimal): -12883893 or 4941883. OLE color: 4941883.

HSL color Cylindrical-coordinate representation of color #3B684B: hue angle of 141.33º 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 #3B684B is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 59 104 75 -
CMYK 0.43 0 0.28 0.59
HSL 141.33º 0.28% 0.32% -
HSV(B) 141.33º 0.43% 0.41% -
XYZ 8.02 11.34 8.42 -
YUV 87.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 59 104 75 0.43 0 0.28 0.59 141.33 0.28 0.32
Hex 3B 68 4B 2B 0 1C 3B 8D 1C 20
Octal 73 150 113 53 0 34 73 215 34 40
Binary 111011 1101000 1001011 101011 0 11100 111011 10001101 11100 100000

Color Harmonies of #3B684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B684B

Black with #3B684B

Text Example


Text Example

White with #3B684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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