Html Css Color HEX #3D634C Plantation

📋 copy color: '#3D634C'

red 61 ◦ green 99 ◦ blue 76

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

Shades of Plantation #3D634C

Tints of Plantation #3D634C

RGB

 RED value IS 61 (24.22% from 255) = 25.85%

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

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 25.85%
G = 41.95%
B = 32.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#3D634C (or 0x3D634C) is known color: Plantation. HEX triplet: 3D, 63 and 4C. RGB value is (61,99,76). Sum of RGB (Red+Green+Blue) = 61+99+76=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3D634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D634C is #C29CB3. Grayscale: #555555. Windows color (decimal): -12754100 or 5006141. OLE color: 5006141.

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

Color convert

RGB 61 99 76 -
CMYK 0.38 0 0.23 0.61
HSL 143.68º 0.24% 0.31% -
HSV(B) 143.68º 0.38% 0.39% -
XYZ 7.69 10.44 8.45 -
YUV 85.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 61 99 76 0.38 0 0.23 0.61 143.68 0.24 0.31
Hex 3D 63 4C 26 0 17 3D 90 18 1F
Octal 75 143 114 46 0 27 75 220 30 37
Binary 111101 1100011 1001100 100110 0 10111 111101 10010000 11000 11111

Color Harmonies of #3D634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D634C

Black with #3D634C

Text Example


Text Example

White with #3D634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,76); }

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

background-color css

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

 a { background-color: rgb(61,99,76); }

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

border-color css

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

 span { border-color: rgb(61,99,76); }

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