Html Css Color HEX #3A7319 Bilbao

📋 copy color: '#3A7319'

red 58 ◦ green 115 ◦ blue 25

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

Shades of Bilbao #3A7319

Tints of Bilbao #3A7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.08%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 29.29%
G = 58.08%
B = 12.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#3A7319 (or 0x3A7319) is known color: Bilbao. HEX triplet: 3A, 73 and 19. RGB value is (58,115,25). Sum of RGB (Red+Green+Blue) = 58+115+25=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7319 is #C58CE6. Grayscale: #585858. Windows color (decimal): -12946663 or 1667898. OLE color: 1667898.

HSL color Cylindrical-coordinate representation of color #3A7319: hue angle of 98º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A7319 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 115 25 -
CMYK 0.50 0 0.78 0.55
HSL 98º 0.64% 0.27% -
HSV(B) 98º 0.78% 0.45% -
XYZ 8.05 13.23 3.05 -
YUV 87.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 58 115 25 0.50 0 0.78 0.55 98 0.64 0.27
Hex 3A 73 19 32 0 4E 37 62 40 1B
Octal 72 163 31 62 0 116 67 142 100 33
Binary 111010 1110011 11001 110010 0 1001110 110111 1100010 1000000 11011

Color Harmonies of #3A7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7319

Black with #3A7319

Text Example


Text Example

White with #3A7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,25); }

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

background-color css

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

 a { background-color: rgb(58,115,25); }

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

border-color css

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

 span { border-color: rgb(58,115,25); }

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