Html Css Color HEX #3C554B Plantation

📋 copy color: '#3C554B'

red 60 ◦ green 85 ◦ blue 75

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

Shades of Plantation #3C554B

Tints of Plantation #3C554B

RGB

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

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

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

R = 27.27%
G = 38.64%
B = 34.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#3C554B (or 0x3C554B) is known color: Plantation. HEX triplet: 3C, 55 and 4B. RGB value is (60,85,75). Sum of RGB (Red+Green+Blue) = 60+85+75=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C554B is #C3AAB4. Grayscale: #4C4C4C. Windows color (decimal): -12823221 or 4937020. OLE color: 4937020.

HSL color Cylindrical-coordinate representation of color #3C554B: hue angle of 156º 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 #3C554B is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 75 -
CMYK 0.29 0 0.12 0.67
HSL 156º 0.17% 0.28% -
HSV(B) 156º 0.29% 0.33% -
XYZ 6.38 7.97 7.86 -
YUV 76.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 60 85 75 0.29 0 0.12 0.67 156 0.17 0.28
Hex 3C 55 4B 1D 0 C 43 9C 11 1C
Octal 74 125 113 35 0 14 103 234 21 34
Binary 111100 1010101 1001011 11101 0 1100 1000011 10011100 10001 11100

Color Harmonies of #3C554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C554B

Black with #3C554B

Text Example


Text Example

White with #3C554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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