Html Css Color HEX #3A711E Bilbao

📋 copy color: '#3A711E'

red 58 ◦ green 113 ◦ blue 30

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

Shades of Bilbao #3A711E

Tints of Bilbao #3A711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.22%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 28.86%
G = 56.22%
B = 14.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#3A711E (or 0x3A711E) is known color: Bilbao. HEX triplet: 3A, 71 and 1E. RGB value is (58,113,30). Sum of RGB (Red+Green+Blue) = 58+113+30=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #3A711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A711E is #C58EE1. Grayscale: #575757. Windows color (decimal): -12947170 or 1995066. OLE color: 1995066.

HSL color Cylindrical-coordinate representation of color #3A711E: hue angle of 99.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A711E is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 30 -
CMYK 0.49 0 0.73 0.56
HSL 99.76º 0.58% 0.28% -
HSV(B) 99.76º 0.73% 0.44% -
XYZ 7.88 12.8 3.28 -
YUV 87.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 58 113 30 0.49 0 0.73 0.56 99.76 0.58 0.28
Hex 3A 71 1E 31 0 49 38 64 3A 1C
Octal 72 161 36 61 0 111 70 144 72 34
Binary 111010 1110001 11110 110001 0 1001001 111000 1100100 111010 11100

Color Harmonies of #3A711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A711E

Black with #3A711E

Text Example


Text Example

White with #3A711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,113,30); }

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

background-color css

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

 a { background-color: rgb(58,113,30); }

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

border-color css

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

 span { border-color: rgb(58,113,30); }

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