#3C674A

Color #3C674A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3C674A

Tints of Plantation #3C674A

Color information

#3C674A (or 0x3C674A) is unknown color: approx Plantation. HEX triplet: 3C, 67 and 4A. RGB value is (60,103,74). Sum of RGB (Red+Green+Blue) = 60+103+74=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #3C674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C674A is #C398B5. Grayscale: #565656. Windows color (decimal): -12818614 or 4876092. OLE color: 4876092.

HSL color Cylindrical-coordinate representation of color #3C674A: hue angle of 139.53º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C674A is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB6010374-
CMYK0.4200.280.60
HSL139.53º26.38%31.96%-
HSV(B)139.53º41.75%40.39%-
XYZ7.9511.168.21-
YUV86.84120.75108.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=25.32%
G=43.46%
B=31.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60103740.4200.280.60139.5326.3831.96
Hex3C674A2A01C3C8c1a20
Octal7414711252034742143240
Binary111100110011110010101010100111001111001000110011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C674A;
 }
 .AnyTagClassName
 {
   color: #3C674A;
 }
</style>
background-color css

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

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

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

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

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

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