Html Css Color HEX #3A6F13 Bilbao

📋 copy color: '#3A6F13'

red 58 ◦ green 111 ◦ blue 19

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

Shades of Bilbao #3A6F13

Tints of Bilbao #3A6F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 59.04%

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

R = 30.85%
G = 59.04%
B = 10.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#3A6F13 (or 0x3A6F13) is known color: Bilbao. HEX triplet: 3A, 6F and 13. RGB value is (58,111,19). Sum of RGB (Red+Green+Blue) = 58+111+19=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6F13 is #C590EC. Grayscale: #545454. Windows color (decimal): -12947693 or 1273658. OLE color: 1273658.

HSL color Cylindrical-coordinate representation of color #3A6F13: hue angle of 94.57º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A6F13 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 111 19 -
CMYK 0.48 0 0.83 0.56
HSL 94.57º 0.71% 0.25% -
HSV(B) 94.57º 0.83% 0.44% -
XYZ 7.55 12.32 2.6 -
YUV 84.67 90.94 108.98 -
System Red Green Blue C M Y K H S L
Decimal 58 111 19 0.48 0 0.83 0.56 94.57 0.71 0.25
Hex 3A 6F 13 30 0 53 38 5F 47 19
Octal 72 157 23 60 0 123 70 137 107 31
Binary 111010 1101111 10011 110000 0 1010011 111000 1011111 1000111 11001

Color Harmonies of #3A6F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F13

Black with #3A6F13

Text Example


Text Example

White with #3A6F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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