Html Css Color HEX #3D604D Plantation

📋 copy color: '#3D604D'

red 61 ◦ green 96 ◦ blue 77

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

Shades of Plantation #3D604D

Tints of Plantation #3D604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 26.07%
G = 41.03%
B = 32.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3D604D (or 0x3D604D) is known color: Plantation. HEX triplet: 3D, 60 and 4D. RGB value is (61,96,77). Sum of RGB (Red+Green+Blue) = 61+96+77=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #3D604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D604D is #C29FB2. Grayscale: #535353. Windows color (decimal): -12754867 or 5070909. OLE color: 5070909.

HSL color Cylindrical-coordinate representation of color #3D604D: hue angle of 147.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D604D is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 77 -
CMYK 0.36 0 0.20 0.62
HSL 147.43º 0.22% 0.31% -
HSV(B) 147.43º 0.36% 0.38% -
XYZ 7.45 9.89 8.54 -
YUV 83.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 61 96 77 0.36 0 0.20 0.62 147.43 0.22 0.31
Hex 3D 60 4D 24 0 14 3E 93 16 1F
Octal 75 140 115 44 0 24 76 223 26 37
Binary 111101 1100000 1001101 100100 0 10100 111110 10010011 10110 11111

Color Harmonies of #3D604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D604D

Black with #3D604D

Text Example


Text Example

White with #3D604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,77); }

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

background-color css

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

 a { background-color: rgb(61,96,77); }

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

border-color css

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

 span { border-color: rgb(61,96,77); }

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