Html Css Color HEX #3E634C Plantation

📋 copy color: '#3E634C'

red 62 ◦ green 99 ◦ blue 76

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

Shades of Plantation #3E634C

Tints of Plantation #3E634C

RGB

 RED value IS 62 (24.61% from 255) = 26.16%

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

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

R = 26.16%
G = 41.77%
B = 32.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#3E634C (or 0x3E634C) is known color: Plantation. HEX triplet: 3E, 63 and 4C. RGB value is (62,99,76). Sum of RGB (Red+Green+Blue) = 62+99+76=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #3E634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E634C is #C19CB3. Grayscale: #555555. Windows color (decimal): -12688564 or 5006142. OLE color: 5006142.

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

Color convert

RGB 62 99 76 -
CMYK 0.37 0 0.23 0.61
HSL 142.7º 0.23% 0.32% -
HSV(B) 142.7º 0.37% 0.39% -
XYZ 7.75 10.47 8.45 -
YUV 85.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 62 99 76 0.37 0 0.23 0.61 142.7 0.23 0.32
Hex 3E 63 4C 25 0 17 3D 8F 17 20
Octal 76 143 114 45 0 27 75 217 27 40
Binary 111110 1100011 1001100 100101 0 10111 111101 10001111 10111 100000

Color Harmonies of #3E634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E634C

Black with #3E634C

Text Example


Text Example

White with #3E634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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