Html Css Color HEX #3E541E Bronzetone

📋 copy color: '#3E541E'

red 62 ◦ green 84 ◦ blue 30

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

Shades of Bronzetone #3E541E

Tints of Bronzetone #3E541E

RGB

 RED value IS 62 (24.61% from 255) = 35.23%

 GREEN value IS 84 (33.2% from 255) = 47.73%

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 35.23%
G = 47.73%
B = 17.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#3E541E (or 0x3E541E) is known color: Bronzetone. HEX triplet: 3E, 54 and 1E. RGB value is (62,84,30). Sum of RGB (Red+Green+Blue) = 62+84+30=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #3E541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E541E is #C1ABE1. Grayscale: #474747. Windows color (decimal): -12692450 or 1987646. OLE color: 1987646.

HSL color Cylindrical-coordinate representation of color #3E541E: hue angle of 84.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E541E is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 30 -
CMYK 0.26 0 0.64 0.67
HSL 84.44º 0.47% 0.22% -
HSV(B) 84.44º 0.64% 0.33% -
XYZ 5.39 7.46 2.38 -
YUV 71.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 62 84 30 0.26 0 0.64 0.67 84.44 0.47 0.22
Hex 3E 54 1E 1A 0 40 43 54 2F 16
Octal 76 124 36 32 0 100 103 124 57 26
Binary 111110 1010100 11110 11010 0 1000000 1000011 1010100 101111 10110

Color Harmonies of #3E541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E541E

Black with #3E541E

Text Example


Text Example

White with #3E541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,30); }

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

background-color css

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

 a { background-color: rgb(62,84,30); }

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

border-color css

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

 span { border-color: rgb(62,84,30); }

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