Html Css Color HEX #3C604E Plantation

📋 copy color: '#3C604E'

red 60 ◦ green 96 ◦ blue 78

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

Shades of Plantation #3C604E

Tints of Plantation #3C604E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 25.64%
G = 41.03%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#3C604E (or 0x3C604E) is known color: Plantation. HEX triplet: 3C, 60 and 4E. RGB value is (60,96,78). Sum of RGB (Red+Green+Blue) = 60+96+78=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C604E is #C39FB1. Grayscale: #535353. Windows color (decimal): -12820402 or 5136444. OLE color: 5136444.

HSL color Cylindrical-coordinate representation of color #3C604E: hue angle of 150º 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 #3C604E is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 78 -
CMYK 0.38 0 0.19 0.62
HSL 150º 0.23% 0.31% -
HSV(B) 150º 0.38% 0.38% -
XYZ 7.42 9.88 8.72 -
YUV 83.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 60 96 78 0.38 0 0.19 0.62 150 0.23 0.31
Hex 3C 60 4E 26 0 13 3E 96 17 1F
Octal 74 140 116 46 0 23 76 226 27 37
Binary 111100 1100000 1001110 100110 0 10011 111110 10010110 10111 11111

Color Harmonies of #3C604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C604E

Black with #3C604E

Text Example


Text Example

White with #3C604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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