Html Css Color HEX #3D614A Plantation

📋 copy color: '#3D614A'

red 61 ◦ green 97 ◦ blue 74

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

Shades of Plantation #3D614A

Tints of Plantation #3D614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 26.29%
G = 41.81%
B = 31.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#3D614A (or 0x3D614A) is known color: Plantation. HEX triplet: 3D, 61 and 4A. RGB value is (61,97,74). Sum of RGB (Red+Green+Blue) = 61+97+74=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #3D614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D614A is #C29EB5. Grayscale: #535353. Windows color (decimal): -12754614 or 4874557. OLE color: 4874557.

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

Color convert

RGB 61 97 74 -
CMYK 0.37 0 0.24 0.62
HSL 141.67º 0.23% 0.31% -
HSV(B) 141.67º 0.37% 0.38% -
XYZ 7.44 10.04 8.02 -
YUV 83.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 61 97 74 0.37 0 0.24 0.62 141.67 0.23 0.31
Hex 3D 61 4A 25 0 18 3E 8E 17 1F
Octal 75 141 112 45 0 30 76 216 27 37
Binary 111101 1100001 1001010 100101 0 11000 111110 10001110 10111 11111

Color Harmonies of #3D614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D614A

Black with #3D614A

Text Example


Text Example

White with #3D614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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