Html Css Color HEX #3C624D Plantation

📋 copy color: '#3C624D'

red 60 ◦ green 98 ◦ blue 77

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

Shades of Plantation #3C624D

Tints of Plantation #3C624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

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

R = 25.53%
G = 41.7%
B = 32.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#3C624D (or 0x3C624D) is known color: Plantation. HEX triplet: 3C, 62 and 4D. RGB value is (60,98,77). Sum of RGB (Red+Green+Blue) = 60+98+77=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #3C624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C624D is #C39DB2. Grayscale: #545454. Windows color (decimal): -12819891 or 5071420. OLE color: 5071420.

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

Color convert

RGB 60 98 77 -
CMYK 0.39 0 0.21 0.62
HSL 146.84º 0.24% 0.31% -
HSV(B) 146.84º 0.39% 0.38% -
XYZ 7.57 10.23 8.6 -
YUV 84.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 60 98 77 0.39 0 0.21 0.62 146.84 0.24 0.31
Hex 3C 62 4D 27 0 15 3E 93 18 1F
Octal 74 142 115 47 0 25 76 223 30 37
Binary 111100 1100010 1001101 100111 0 10101 111110 10010011 11000 11111

Color Harmonies of #3C624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C624D

Black with #3C624D

Text Example


Text Example

White with #3C624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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