Html Css Color HEX #3A7619 Bilbao

📋 copy color: '#3A7619'

red 58 ◦ green 118 ◦ blue 25

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

Shades of Bilbao #3A7619

Tints of Bilbao #3A7619

RGB

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

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

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

R = 28.86%
G = 58.71%
B = 12.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#3A7619 (or 0x3A7619) is known color: Bilbao. HEX triplet: 3A, 76 and 19. RGB value is (58,118,25). Sum of RGB (Red+Green+Blue) = 58+118+25=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7619 is #C589E6. Grayscale: #595959. Windows color (decimal): -12945895 or 1668666. OLE color: 1668666.

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

Color convert

RGB 58 118 25 -
CMYK 0.51 0 0.79 0.54
HSL 98.71º 0.65% 0.28% -
HSV(B) 98.71º 0.79% 0.46% -
XYZ 8.4 13.93 3.17 -
YUV 89.46 91.62 105.56 -
System Red Green Blue C M Y K H S L
Decimal 58 118 25 0.51 0 0.79 0.54 98.71 0.65 0.28
Hex 3A 76 19 33 0 4F 36 63 41 1C
Octal 72 166 31 63 0 117 66 143 101 34
Binary 111010 1110110 11001 110011 0 1001111 110110 1100011 1000001 11100

Color Harmonies of #3A7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7619

Black with #3A7619

Text Example


Text Example

White with #3A7619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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