Html Css Color HEX #3C604D Plantation

📋 copy color: '#3C604D'

red 60 ◦ green 96 ◦ blue 77

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

Shades of Plantation #3C604D

Tints of Plantation #3C604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 25.75%
G = 41.2%
B = 33.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3C604D (or 0x3C604D) is known color: Plantation. HEX triplet: 3C, 60 and 4D. RGB value is (60,96,77). Sum of RGB (Red+Green+Blue) = 60+96+77=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C604D is #C39FB2. Grayscale: #535353. Windows color (decimal): -12820403 or 5070908. OLE color: 5070908.

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

Color convert

RGB 60 96 77 -
CMYK 0.38 0 0.20 0.62
HSL 148.33º 0.23% 0.31% -
HSV(B) 148.33º 0.38% 0.38% -
XYZ 7.39 9.86 8.54 -
YUV 83.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 60 96 77 0.38 0 0.20 0.62 148.33 0.23 0.31
Hex 3C 60 4D 26 0 14 3E 94 17 1F
Octal 74 140 115 46 0 24 76 224 27 37
Binary 111100 1100000 1001101 100110 0 10100 111110 10010100 10111 11111

Color Harmonies of #3C604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C604D

Black with #3C604D

Text Example


Text Example

White with #3C604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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