Html Css Color HEX #3C574A Plantation

📋 copy color: '#3C574A'

red 60 ◦ green 87 ◦ blue 74

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

Shades of Plantation #3C574A

Tints of Plantation #3C574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 27.15%
G = 39.37%
B = 33.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#3C574A (or 0x3C574A) is known color: Plantation. HEX triplet: 3C, 57 and 4A. RGB value is (60,87,74). Sum of RGB (Red+Green+Blue) = 60+87+74=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #3C574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C574A is #C3A8B5. Grayscale: #4D4D4D. Windows color (decimal): -12822710 or 4871996. OLE color: 4871996.

HSL color Cylindrical-coordinate representation of color #3C574A: hue angle of 151.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C574A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 87 74 -
CMYK 0.31 0 0.15 0.66
HSL 151.11º 0.18% 0.29% -
HSV(B) 151.11º 0.31% 0.34% -
XYZ 6.51 8.27 7.73 -
YUV 77.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 60 87 74 0.31 0 0.15 0.66 151.11 0.18 0.29
Hex 3C 57 4A 1F 0 F 42 97 12 1D
Octal 74 127 112 37 0 17 102 227 22 35
Binary 111100 1010111 1001010 11111 0 1111 1000010 10010111 10010 11101

Color Harmonies of #3C574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C574A

Black with #3C574A

Text Example


Text Example

White with #3C574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,87,74); }

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

background-color css

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

 a { background-color: rgb(60,87,74); }

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

border-color css

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

 span { border-color: rgb(60,87,74); }

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