Html Css Color HEX #3F4E1E Bronzetone

📋 copy color: '#3F4E1E'

red 63 ◦ green 78 ◦ blue 30

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

Shades of Bronzetone #3F4E1E

Tints of Bronzetone #3F4E1E

RGB

 RED value IS 63 (25% from 255) = 36.84%

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

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

R = 36.84%
G = 45.61%
B = 17.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#3F4E1E (or 0x3F4E1E) is known color: Bronzetone. HEX triplet: 3F, 4E and 1E. RGB value is (63,78,30). Sum of RGB (Red+Green+Blue) = 63+78+30=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E1E is #C0B1E1. Grayscale: #444444. Windows color (decimal): -12628450 or 1986111. OLE color: 1986111.

HSL color Cylindrical-coordinate representation of color #3F4E1E: hue angle of 78.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F4E1E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 78 30 -
CMYK 0.19 0 0.62 0.69
HSL 78.75º 0.44% 0.21% -
HSV(B) 78.75º 0.62% 0.31% -
XYZ 5.01 6.6 2.24 -
YUV 68.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 63 78 30 0.19 0 0.62 0.69 78.75 0.44 0.21
Hex 3F 4E 1E 13 0 3E 45 4F 2C 15
Octal 77 116 36 23 0 76 105 117 54 25
Binary 111111 1001110 11110 10011 0 111110 1000101 1001111 101100 10101

Color Harmonies of #3F4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E1E

Black with #3F4E1E

Text Example


Text Example

White with #3F4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,78,30); }

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

background-color css

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

 a { background-color: rgb(63,78,30); }

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

border-color css

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

 span { border-color: rgb(63,78,30); }

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