Html Css Color HEX #40771A Bilbao

📋 copy color: '#40771A'

red 64 ◦ green 119 ◦ blue 26

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

Shades of Bilbao #40771A

Tints of Bilbao #40771A

RGB

 RED value IS 64 (25.39% from 255) = 30.62%

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

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 30.62%
G = 56.94%
B = 12.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#40771A (or 0x40771A) is known color: Bilbao. HEX triplet: 40, 77 and 1A. RGB value is (64,119,26). Sum of RGB (Red+Green+Blue) = 64+119+26=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #40771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40771A is #BF88E5. Grayscale: #5C5C5C. Windows color (decimal): -12552422 or 1734464. OLE color: 1734464.

HSL color Cylindrical-coordinate representation of color #40771A: hue angle of 95.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40771A is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 26 -
CMYK 0.46 0 0.78 0.53
HSL 95.48º 0.64% 0.28% -
HSV(B) 95.48º 0.78% 0.47% -
XYZ 8.9 14.36 3.28 -
YUV 91.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 64 119 26 0.46 0 0.78 0.53 95.48 0.64 0.28
Hex 40 77 1A 2E 0 4E 35 5F 40 1C
Octal 100 167 32 56 0 116 65 137 100 34
Binary 1000000 1110111 11010 101110 0 1001110 110101 1011111 1000000 11100

Color Harmonies of #40771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40771A

Black with #40771A

Text Example


Text Example

White with #40771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40771A; }

 p { color: rgb(64,119,26); }

 H1.HeaderClassName
 {
   color: #40771A;
 }
 .AnyTagClassName
 {
   color: #40771A;
 }
</style>

background-color css

<style>
 a { background-color: #40771A; }

 a { background-color: rgb(64,119,26); }

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

border-color css

<style>
 span { border-color: #40771A; }

 span { border-color: rgb(64,119,26); }

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