Html Css Color HEX #3C674A Plantation

📋 copy color: '#3C674A'

red 60 ◦ green 103 ◦ blue 74

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

Shades of Plantation #3C674A

Tints of Plantation #3C674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

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

R = 25.32%
G = 43.46%
B = 31.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#3C674A (or 0x3C674A) is known color: 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

RGB 60 103 74 -
CMYK 0.42 0 0.28 0.60
HSL 139.53º 0.26% 0.32% -
HSV(B) 139.53º 0.42% 0.4% -
XYZ 7.95 11.16 8.21 -
YUV 86.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 60 103 74 0.42 0 0.28 0.60 139.53 0.26 0.32
Hex 3C 67 4A 2A 0 1C 3C 8C 1A 20
Octal 74 147 112 52 0 34 74 214 32 40
Binary 111100 1100111 1001010 101010 0 11100 111100 10001100 11010 100000

Color Harmonies of #3C674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C674A

Black with #3C674A

Text Example


Text Example

White with #3C674A

Text Example


Text Example

HTML Codes & Css Web 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>