Html Css Color HEX #3C634D Plantation

📋 copy color: '#3C634D'

red 60 ◦ green 99 ◦ blue 77

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

Shades of Plantation #3C634D

Tints of Plantation #3C634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 25.42%
G = 41.95%
B = 32.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#3C634D (or 0x3C634D) is known color: Plantation. HEX triplet: 3C, 63 and 4D. RGB value is (60,99,77). Sum of RGB (Red+Green+Blue) = 60+99+77=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3C634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C634D is #C39CB2. Grayscale: #545454. Windows color (decimal): -12819635 or 5071676. OLE color: 5071676.

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

Color convert

RGB 60 99 77 -
CMYK 0.39 0 0.22 0.61
HSL 146.15º 0.25% 0.31% -
HSV(B) 146.15º 0.39% 0.39% -
XYZ 7.66 10.42 8.63 -
YUV 84.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 60 99 77 0.39 0 0.22 0.61 146.15 0.25 0.31
Hex 3C 63 4D 27 0 16 3D 92 19 1F
Octal 74 143 115 47 0 26 75 222 31 37
Binary 111100 1100011 1001101 100111 0 10110 111101 10010010 11001 11111

Color Harmonies of #3C634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C634D

Black with #3C634D

Text Example


Text Example

White with #3C634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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