Html Css Color HEX #3D4F25 Seaweed

📋 copy color: '#3D4F25'

red 61 ◦ green 79 ◦ blue 37

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

Shades of Seaweed #3D4F25

Tints of Seaweed #3D4F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.63%

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 34.46%
G = 44.63%
B = 20.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#3D4F25 (or 0x3D4F25) is known color: Seaweed. HEX triplet: 3D, 4F and 25. RGB value is (61,79,37). Sum of RGB (Red+Green+Blue) = 61+79+37=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F25 is #C2B0DA. Grayscale: #444444. Windows color (decimal): -12759259 or 2445117. OLE color: 2445117.

HSL color Cylindrical-coordinate representation of color #3D4F25: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4F25 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 79 37 -
CMYK 0.23 0 0.53 0.69
HSL 85.71º 0.36% 0.23% -
HSV(B) 85.71º 0.53% 0.31% -
XYZ 5.05 6.72 2.78 -
YUV 68.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 61 79 37 0.23 0 0.53 0.69 85.71 0.36 0.23
Hex 3D 4F 25 17 0 35 45 56 24 17
Octal 75 117 45 27 0 65 105 126 44 27
Binary 111101 1001111 100101 10111 0 110101 1000101 1010110 100100 10111

Color Harmonies of #3D4F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F25

Black with #3D4F25

Text Example


Text Example

White with #3D4F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,79,37); }

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

background-color css

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

 a { background-color: rgb(61,79,37); }

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

border-color css

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

 span { border-color: rgb(61,79,37); }

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