Html Css Color HEX #3C644A Plantation

📋 copy color: '#3C644A'

red 60 ◦ green 100 ◦ blue 74

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

Shades of Plantation #3C644A

Tints of Plantation #3C644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

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

R = 25.64%
G = 42.74%
B = 31.62%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#3C644A (or 0x3C644A) is known color: Plantation. HEX triplet: 3C, 64 and 4A. RGB value is (60,100,74). Sum of RGB (Red+Green+Blue) = 60+100+74=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #3C644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C644A is #C39BB5. Grayscale: #555555. Windows color (decimal): -12819382 or 4875324. OLE color: 4875324.

HSL color Cylindrical-coordinate representation of color #3C644A: hue angle of 141º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C644A is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 100 74 -
CMYK 0.4 0 0.26 0.61
HSL 141º 0.25% 0.31% -
HSV(B) 141º 0.4% 0.39% -
XYZ 7.66 10.57 8.12 -
YUV 85.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 60 100 74 0.4 0 0.26 0.61 141 0.25 0.31
Hex 3C 64 4A 28 0 1A 3D 8D 19 1F
Octal 74 144 112 50 0 32 75 215 31 37
Binary 111100 1100100 1001010 101000 0 11010 111101 10001101 11001 11111

Color Harmonies of #3C644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C644A

Black with #3C644A

Text Example


Text Example

White with #3C644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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