#3D654C

Color #3D654C Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3D654C

Tints of Plantation #3D654C

Color information

#3D654C (or 0x3D654C) is unknown color: approx Plantation. HEX triplet: 3D, 65 and 4C. RGB value is (61,101,76). Sum of RGB (Red+Green+Blue) = 61+101+76=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #3D654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D654C is #C29AB3. Grayscale: #565656. Windows color (decimal): -12753588 or 5006653. OLE color: 5006653.

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

Color convert

RGB6110176-
CMYK0.4000.250.60
HSL142.5º24.69%31.76%-
HSV(B)142.5º39.6%39.61%-
XYZ7.8810.828.51-
YUV86.19122.25110.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=25.63%
G=42.44%
B=31.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101760.4000.250.60142.524.6931.76
Hex3D654C280193C8e1920
Octal7514511450031742163140
Binary111101110010110011001010000110011111001000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D654C;
 }
 .AnyTagClassName
 {
   color: #3D654C;
 }
</style>
background-color css

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

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

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

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

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

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