Html Css Color HEX #3A7620 Bilbao

📋 copy color: '#3A7620'

red 58 ◦ green 118 ◦ blue 32

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

Shades of Bilbao #3A7620

Tints of Bilbao #3A7620

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

 GREEN value IS 118 (46.48% from 255) = 56.73%

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

R = 27.88%
G = 56.73%
B = 15.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#3A7620 (or 0x3A7620) is known color: Bilbao. HEX triplet: 3A, 76 and 20. RGB value is (58,118,32). Sum of RGB (Red+Green+Blue) = 58+118+32=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7620 is #C589DF. Grayscale: #5A5A5A. Windows color (decimal): -12945888 or 2127418. OLE color: 2127418.

HSL color Cylindrical-coordinate representation of color #3A7620: hue angle of 101.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7620 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 32 -
CMYK 0.51 0 0.73 0.54
HSL 101.86º 0.57% 0.29% -
HSV(B) 101.86º 0.73% 0.46% -
XYZ 8.48 13.96 3.61 -
YUV 90.26 95.12 104.99 -
System Red Green Blue C M Y K H S L
Decimal 58 118 32 0.51 0 0.73 0.54 101.86 0.57 0.29
Hex 3A 76 20 33 0 49 36 66 39 1D
Octal 72 166 40 63 0 111 66 146 71 35
Binary 111010 1110110 100000 110011 0 1001001 110110 1100110 111001 11101

Color Harmonies of #3A7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7620

Black with #3A7620

Text Example


Text Example

White with #3A7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,32); }

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

background-color css

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

 a { background-color: rgb(58,118,32); }

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

border-color css

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

 span { border-color: rgb(58,118,32); }

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