Html Css Color HEX #3A7521 Bilbao

📋 copy color: '#3A7521'

red 58 ◦ green 117 ◦ blue 33

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

Shades of Bilbao #3A7521

Tints of Bilbao #3A7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.25%

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 27.88%
G = 56.25%
B = 15.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#3A7521 (or 0x3A7521) is known color: Bilbao. HEX triplet: 3A, 75 and 21. RGB value is (58,117,33). Sum of RGB (Red+Green+Blue) = 58+117+33=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7521 is #C58ADE. Grayscale: #5A5A5A. Windows color (decimal): -12946143 or 2192698. OLE color: 2192698.

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

Color convert

RGB 58 117 33 -
CMYK 0.50 0 0.72 0.54
HSL 102.14º 0.56% 0.29% -
HSV(B) 102.14º 0.72% 0.46% -
XYZ 8.38 13.73 3.65 -
YUV 89.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 58 117 33 0.50 0 0.72 0.54 102.14 0.56 0.29
Hex 3A 75 21 32 0 48 36 66 38 1D
Octal 72 165 41 62 0 110 66 146 70 35
Binary 111010 1110101 100001 110010 0 1001000 110110 1100110 111000 11101

Color Harmonies of #3A7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7521

Black with #3A7521

Text Example


Text Example

White with #3A7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,33); }

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

background-color css

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

 a { background-color: rgb(58,117,33); }

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

border-color css

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

 span { border-color: rgb(58,117,33); }

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