Html Css Color HEX #3B5019 Bronzetone

📋 copy color: '#3B5019'

red 59 ◦ green 80 ◦ blue 25

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

Shades of Bronzetone #3B5019

Tints of Bronzetone #3B5019

RGB

 RED value IS 59 (23.44% from 255) = 35.98%

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 35.98%
G = 48.78%
B = 15.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#3B5019 (or 0x3B5019) is known color: Bronzetone. HEX triplet: 3B, 50 and 19. RGB value is (59,80,25). Sum of RGB (Red+Green+Blue) = 59+80+25=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5019 is #C4AFE6. Grayscale: #434343. Windows color (decimal): -12890087 or 1658939. OLE color: 1658939.

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

Color convert

RGB 59 80 25 -
CMYK 0.26 0 0.69 0.69
HSL 82.91º 0.52% 0.21% -
HSV(B) 82.91º 0.69% 0.31% -
XYZ 4.85 6.74 1.96 -
YUV 67.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 59 80 25 0.26 0 0.69 0.69 82.91 0.52 0.21
Hex 3B 50 19 1A 0 45 45 53 34 15
Octal 73 120 31 32 0 105 105 123 64 25
Binary 111011 1010000 11001 11010 0 1000101 1000101 1010011 110100 10101

Color Harmonies of #3B5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5019

Black with #3B5019

Text Example


Text Example

White with #3B5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,25); }

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

background-color css

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

 a { background-color: rgb(59,80,25); }

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

border-color css

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

 span { border-color: rgb(59,80,25); }

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