Html Css Color HEX #3A7513 Bilbao

📋 copy color: '#3A7513'

red 58 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #3A7513

Tints of Bilbao #3A7513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 29.9%
G = 60.31%
B = 9.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#3A7513 (or 0x3A7513) is known color: Bilbao. HEX triplet: 3A, 75 and 13. RGB value is (58,117,19). Sum of RGB (Red+Green+Blue) = 58+117+19=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7513 is #C58AEC. Grayscale: #585858. Windows color (decimal): -12946157 or 1275194. OLE color: 1275194.

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

Color convert

RGB 58 117 19 -
CMYK 0.50 0 0.84 0.54
HSL 96.12º 0.72% 0.27% -
HSV(B) 96.12º 0.84% 0.46% -
XYZ 8.22 13.67 2.82 -
YUV 88.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 58 117 19 0.50 0 0.84 0.54 96.12 0.72 0.27
Hex 3A 75 13 32 0 54 36 60 48 1B
Octal 72 165 23 62 0 124 66 140 110 33
Binary 111010 1110101 10011 110010 0 1010100 110110 1100000 1001000 11011

Color Harmonies of #3A7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7513

Black with #3A7513

Text Example


Text Example

White with #3A7513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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