Html Css Color HEX #3B6649 Plantation

📋 copy color: '#3B6649'

red 59 ◦ green 102 ◦ blue 73

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

Shades of Plantation #3B6649

Tints of Plantation #3B6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 25.21%
G = 43.59%
B = 31.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#3B6649 (or 0x3B6649) is known color: Plantation. HEX triplet: 3B, 66 and 49. RGB value is (59,102,73). Sum of RGB (Red+Green+Blue) = 59+102+73=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6649 is #C499B6. Grayscale: #555555. Windows color (decimal): -12884407 or 4810299. OLE color: 4810299.

HSL color Cylindrical-coordinate representation of color #3B6649: hue angle of 139.53º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B6649 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 102 73 -
CMYK 0.42 0 0.28 0.6
HSL 139.53º 0.27% 0.32% -
HSV(B) 139.53º 0.42% 0.4% -
XYZ 7.76 10.91 8 -
YUV 85.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 59 102 73 0.42 0 0.28 0.6 139.53 0.27 0.32
Hex 3B 66 49 2A 0 1C 3C 8C 1B 20
Octal 73 146 111 52 0 34 74 214 33 40
Binary 111011 1100110 1001001 101010 0 11100 111100 10001100 11011 100000

Color Harmonies of #3B6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6649

Black with #3B6649

Text Example


Text Example

White with #3B6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,102,73); }

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

background-color css

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

 a { background-color: rgb(59,102,73); }

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

border-color css

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

 span { border-color: rgb(59,102,73); }

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