Html Css Color HEX #3C4920 Bronzetone

📋 copy color: '#3C4920'

red 60 ◦ green 73 ◦ blue 32

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

Shades of Bronzetone #3C4920

Tints of Bronzetone #3C4920

RGB

 RED value IS 60 (23.83% from 255) = 36.36%

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 36.36%
G = 44.24%
B = 19.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#3C4920 (or 0x3C4920) is known color: Bronzetone. HEX triplet: 3C, 49 and 20. RGB value is (60,73,32). Sum of RGB (Red+Green+Blue) = 60+73+32=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4920 is #C3B6DF. Grayscale: #404040. Windows color (decimal): -12826336 or 2115900. OLE color: 2115900.

HSL color Cylindrical-coordinate representation of color #3C4920: hue angle of 79.02º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C4920 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 32 -
CMYK 0.18 0 0.56 0.71
HSL 79.02º 0.39% 0.21% -
HSV(B) 79.02º 0.56% 0.29% -
XYZ 4.51 5.83 2.25 -
YUV 64.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 60 73 32 0.18 0 0.56 0.71 79.02 0.39 0.21
Hex 3C 49 20 12 0 38 47 4F 27 15
Octal 74 111 40 22 0 70 107 117 47 25
Binary 111100 1001001 100000 10010 0 111000 1000111 1001111 100111 10101

Color Harmonies of #3C4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4920

Black with #3C4920

Text Example


Text Example

White with #3C4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,32); }

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

background-color css

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

 a { background-color: rgb(60,73,32); }

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

border-color css

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

 span { border-color: rgb(60,73,32); }

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