Html Css Color HEX #3A7120 Bilbao

📋 copy color: '#3A7120'

red 58 ◦ green 113 ◦ blue 32

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

Shades of Bilbao #3A7120

Tints of Bilbao #3A7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

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

R = 28.57%
G = 55.67%
B = 15.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#3A7120 (or 0x3A7120) is known color: Bilbao. HEX triplet: 3A, 71 and 20. RGB value is (58,113,32). Sum of RGB (Red+Green+Blue) = 58+113+32=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7120 is #C58EDF. Grayscale: #575757. Windows color (decimal): -12947168 or 2126138. OLE color: 2126138.

HSL color Cylindrical-coordinate representation of color #3A7120: hue angle of 100.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7120 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 32 -
CMYK 0.49 0 0.72 0.56
HSL 100.74º 0.56% 0.28% -
HSV(B) 100.74º 0.72% 0.44% -
XYZ 7.91 12.81 3.42 -
YUV 87.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 58 113 32 0.49 0 0.72 0.56 100.74 0.56 0.28
Hex 3A 71 20 31 0 48 38 65 38 1C
Octal 72 161 40 61 0 110 70 145 70 34
Binary 111010 1110001 100000 110001 0 1001000 111000 1100101 111000 11100

Color Harmonies of #3A7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7120

Black with #3A7120

Text Example


Text Example

White with #3A7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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