Html Css Color HEX #3B634C Plantation

📋 copy color: '#3B634C'

red 59 ◦ green 99 ◦ blue 76

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

Shades of Plantation #3B634C

Tints of Plantation #3B634C

RGB

 RED value IS 59 (23.44% from 255) = 25.21%

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

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

R = 25.21%
G = 42.31%
B = 32.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#3B634C (or 0x3B634C) is known color: Plantation. HEX triplet: 3B, 63 and 4C. RGB value is (59,99,76). Sum of RGB (Red+Green+Blue) = 59+99+76=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #3B634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B634C is #C49CB3. Grayscale: #545454. Windows color (decimal): -12885172 or 5006139. OLE color: 5006139.

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

Color convert

RGB 59 99 76 -
CMYK 0.40 0 0.23 0.61
HSL 145.5º 0.25% 0.31% -
HSV(B) 145.5º 0.4% 0.39% -
XYZ 7.57 10.38 8.44 -
YUV 84.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 59 99 76 0.40 0 0.23 0.61 145.5 0.25 0.31
Hex 3B 63 4C 28 0 17 3D 92 19 1F
Octal 73 143 114 50 0 27 75 222 31 37
Binary 111011 1100011 1001100 101000 0 10111 111101 10010010 11001 11111

Color Harmonies of #3B634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B634C

Black with #3B634C

Text Example


Text Example

White with #3B634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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