Html Css Color HEX #3A7714 Bilbao

📋 copy color: '#3A7714'

red 58 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #3A7714

Tints of Bilbao #3A7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.41%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 29.44%
G = 60.41%
B = 10.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#3A7714 (or 0x3A7714) is known color: Bilbao. HEX triplet: 3A, 77 and 14. RGB value is (58,119,20). Sum of RGB (Red+Green+Blue) = 58+119+20=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7714 is #C588EB. Grayscale: #595959. Windows color (decimal): -12945644 or 1341242. OLE color: 1341242.

HSL color Cylindrical-coordinate representation of color #3A7714: hue angle of 96.97º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A7714 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 20 -
CMYK 0.51 0 0.83 0.53
HSL 96.97º 0.71% 0.27% -
HSV(B) 96.97º 0.83% 0.47% -
XYZ 8.47 14.14 2.95 -
YUV 89.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 58 119 20 0.51 0 0.83 0.53 96.97 0.71 0.27
Hex 3A 77 14 33 0 53 35 61 47 1B
Octal 72 167 24 63 0 123 65 141 107 33
Binary 111010 1110111 10100 110011 0 1010011 110101 1100001 1000111 11011

Color Harmonies of #3A7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7714

Black with #3A7714

Text Example


Text Example

White with #3A7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,119,20); }

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

background-color css

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

 a { background-color: rgb(58,119,20); }

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

border-color css

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

 span { border-color: rgb(58,119,20); }

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