Html Css Color HEX #3D604A Plantation

📋 copy color: '#3D604A'

red 61 ◦ green 96 ◦ blue 74

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

Shades of Plantation #3D604A

Tints of Plantation #3D604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 26.41%
G = 41.56%
B = 32.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#3D604A (or 0x3D604A) is known color: Plantation. HEX triplet: 3D, 60 and 4A. RGB value is (61,96,74). Sum of RGB (Red+Green+Blue) = 61+96+74=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #3D604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D604A is #C29FB5. Grayscale: #535353. Windows color (decimal): -12754870 or 4874301. OLE color: 4874301.

HSL color Cylindrical-coordinate representation of color #3D604A: hue angle of 142.29º 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 #3D604A is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 74 -
CMYK 0.36 0 0.23 0.62
HSL 142.29º 0.22% 0.31% -
HSV(B) 142.29º 0.36% 0.38% -
XYZ 7.34 9.85 7.99 -
YUV 83.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 61 96 74 0.36 0 0.23 0.62 142.29 0.22 0.31
Hex 3D 60 4A 24 0 17 3E 8E 16 1F
Octal 75 140 112 44 0 27 76 216 26 37
Binary 111101 1100000 1001010 100100 0 10111 111110 10001110 10110 11111

Color Harmonies of #3D604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D604A

Black with #3D604A

Text Example


Text Example

White with #3D604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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