Html Css Color HEX #3C594D Plantation

📋 copy color: '#3C594D'

red 60 ◦ green 89 ◦ blue 77

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

Shades of Plantation #3C594D

Tints of Plantation #3C594D

RGB

 RED value IS 60 (23.83% from 255) = 26.55%

 GREEN value IS 89 (35.16% from 255) = 39.38%

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

R = 26.55%
G = 39.38%
B = 34.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#3C594D (or 0x3C594D) is known color: Plantation. HEX triplet: 3C, 59 and 4D. RGB value is (60,89,77). Sum of RGB (Red+Green+Blue) = 60+89+77=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #3C594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C594D is #C3A6B2. Grayscale: #4E4E4E. Windows color (decimal): -12822195 or 5069116. OLE color: 5069116.

HSL color Cylindrical-coordinate representation of color #3C594D: hue angle of 155.17º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C594D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 77 -
CMYK 0.33 0 0.13 0.65
HSL 155.17º 0.19% 0.29% -
HSV(B) 155.17º 0.33% 0.35% -
XYZ 6.78 8.64 8.33 -
YUV 78.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 60 89 77 0.33 0 0.13 0.65 155.17 0.19 0.29
Hex 3C 59 4D 21 0 D 41 9B 13 1D
Octal 74 131 115 41 0 15 101 233 23 35
Binary 111100 1011001 1001101 100001 0 1101 1000001 10011011 10011 11101

Color Harmonies of #3C594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C594D

Black with #3C594D

Text Example


Text Example

White with #3C594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,77); }

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

background-color css

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

 a { background-color: rgb(60,89,77); }

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

border-color css

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

 span { border-color: rgb(60,89,77); }

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