Html Css Color HEX #3C554A Plantation

📋 copy color: '#3C554A'

red 60 ◦ green 85 ◦ blue 74

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

Shades of Plantation #3C554A

Tints of Plantation #3C554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 27.4%
G = 38.81%
B = 33.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3C554A (or 0x3C554A) is known color: Plantation. HEX triplet: 3C, 55 and 4A. RGB value is (60,85,74). Sum of RGB (Red+Green+Blue) = 60+85+74=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C554A is #C3AAB5. Grayscale: #4C4C4C. Windows color (decimal): -12823222 or 4871484. OLE color: 4871484.

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

Color convert

RGB 60 85 74 -
CMYK 0.29 0 0.13 0.67
HSL 153.6º 0.17% 0.28% -
HSV(B) 153.6º 0.29% 0.33% -
XYZ 6.35 7.95 7.68 -
YUV 76.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 60 85 74 0.29 0 0.13 0.67 153.6 0.17 0.28
Hex 3C 55 4A 1D 0 D 43 9A 11 1C
Octal 74 125 112 35 0 15 103 232 21 34
Binary 111100 1010101 1001010 11101 0 1101 1000011 10011010 10001 11100

Color Harmonies of #3C554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C554A

Black with #3C554A

Text Example


Text Example

White with #3C554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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