Html Css Color HEX #3D4E24 Bronzetone

📋 copy color: '#3D4E24'

red 61 ◦ green 78 ◦ blue 36

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

Shades of Bronzetone #3D4E24

Tints of Bronzetone #3D4E24

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.57%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 34.86%
G = 44.57%
B = 20.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#3D4E24 (or 0x3D4E24) is known color: Bronzetone. HEX triplet: 3D, 4E and 24. RGB value is (61,78,36). Sum of RGB (Red+Green+Blue) = 61+78+36=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E24 is #C2B1DB. Grayscale: #444444. Windows color (decimal): -12759516 or 2379325. OLE color: 2379325.

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

Color convert

RGB 61 78 36 -
CMYK 0.22 0 0.54 0.69
HSL 84.29º 0.37% 0.22% -
HSV(B) 84.29º 0.54% 0.31% -
XYZ 4.97 6.57 2.68 -
YUV 68.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 61 78 36 0.22 0 0.54 0.69 84.29 0.37 0.22
Hex 3D 4E 24 16 0 36 45 54 25 16
Octal 75 116 44 26 0 66 105 124 45 26
Binary 111101 1001110 100100 10110 0 110110 1000101 1010100 100101 10110

Color Harmonies of #3D4E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4E24

Black with #3D4E24

Text Example


Text Example

White with #3D4E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,78,36); }

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

background-color css

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

 a { background-color: rgb(61,78,36); }

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

border-color css

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

 span { border-color: rgb(61,78,36); }

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