Html Css Color HEX #3C604A Plantation

📋 copy color: '#3C604A'

red 60 ◦ green 96 ◦ blue 74

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

Shades of Plantation #3C604A

Tints of Plantation #3C604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 26.09%
G = 41.74%
B = 32.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#3C604A (or 0x3C604A) is known color: Plantation. HEX triplet: 3C, 60 and 4A. RGB value is (60,96,74). Sum of RGB (Red+Green+Blue) = 60+96+74=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C604A is #C39FB5. Grayscale: #525252. Windows color (decimal): -12820406 or 4874300. OLE color: 4874300.

HSL color Cylindrical-coordinate representation of color #3C604A: hue angle of 143.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C604A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 74 -
CMYK 0.38 0 0.23 0.62
HSL 143.33º 0.23% 0.31% -
HSV(B) 143.33º 0.38% 0.38% -
XYZ 7.28 9.82 7.99 -
YUV 82.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 60 96 74 0.38 0 0.23 0.62 143.33 0.23 0.31
Hex 3C 60 4A 26 0 17 3E 8F 17 1F
Octal 74 140 112 46 0 27 76 217 27 37
Binary 111100 1100000 1001010 100110 0 10111 111110 10001111 10111 11111

Color Harmonies of #3C604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C604A

Black with #3C604A

Text Example


Text Example

White with #3C604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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