Html Css Color HEX #3A6C19 Bilbao

📋 copy color: '#3A6C19'

red 58 ◦ green 108 ◦ blue 25

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

Shades of Bilbao #3A6C19

Tints of Bilbao #3A6C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 56.54%

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

R = 30.37%
G = 56.54%
B = 13.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#3A6C19 (or 0x3A6C19) is known color: Bilbao. HEX triplet: 3A, 6C and 19. RGB value is (58,108,25). Sum of RGB (Red+Green+Blue) = 58+108+25=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C19 is #C593E6. Grayscale: #535353. Windows color (decimal): -12948455 or 1666106. OLE color: 1666106.

HSL color Cylindrical-coordinate representation of color #3A6C19: hue angle of 96.14º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6C19 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 108 25 -
CMYK 0.46 0 0.77 0.58
HSL 96.14º 0.62% 0.26% -
HSV(B) 96.14º 0.77% 0.42% -
XYZ 7.28 11.69 2.79 -
YUV 83.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 58 108 25 0.46 0 0.77 0.58 96.14 0.62 0.26
Hex 3A 6C 19 2E 0 4D 3A 60 3E 1A
Octal 72 154 31 56 0 115 72 140 76 32
Binary 111010 1101100 11001 101110 0 1001101 111010 1100000 111110 11010

Color Harmonies of #3A6C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C19

Black with #3A6C19

Text Example


Text Example

White with #3A6C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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