Html Css Color HEX #3C594B Plantation

📋 copy color: '#3C594B'

red 60 ◦ green 89 ◦ blue 75

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

Shades of Plantation #3C594B

Tints of Plantation #3C594B

RGB

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

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

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

R = 26.79%
G = 39.73%
B = 33.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#3C594B (or 0x3C594B) is known color: Plantation. HEX triplet: 3C, 59 and 4B. RGB value is (60,89,75). Sum of RGB (Red+Green+Blue) = 60+89+75=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #3C594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C594B is #C3A6B4. Grayscale: #4E4E4E. Windows color (decimal): -12822197 or 4938044. OLE color: 4938044.

HSL color Cylindrical-coordinate representation of color #3C594B: hue angle of 151.03º 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 #3C594B is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 75 -
CMYK 0.33 0 0.16 0.65
HSL 151.03º 0.19% 0.29% -
HSV(B) 151.03º 0.33% 0.35% -
XYZ 6.71 8.61 7.97 -
YUV 78.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 60 89 75 0.33 0 0.16 0.65 151.03 0.19 0.29
Hex 3C 59 4B 21 0 10 41 97 13 1D
Octal 74 131 113 41 0 20 101 227 23 35
Binary 111100 1011001 1001011 100001 0 10000 1000001 10010111 10011 11101

Color Harmonies of #3C594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C594B

Black with #3C594B

Text Example


Text Example

White with #3C594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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