Html Css Color HEX #40771C Bilbao

📋 copy color: '#40771C'

red 64 ◦ green 119 ◦ blue 28

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

Shades of Bilbao #40771C

Tints of Bilbao #40771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 30.33%
G = 56.4%
B = 13.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#40771C (or 0x40771C) is known color: Bilbao. HEX triplet: 40, 77 and 1C. RGB value is (64,119,28). Sum of RGB (Red+Green+Blue) = 64+119+28=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #40771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40771C is #BF88E3. Grayscale: #5C5C5C. Windows color (decimal): -12552420 or 1865536. OLE color: 1865536.

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

Color convert

RGB 64 119 28 -
CMYK 0.46 0 0.76 0.53
HSL 96.26º 0.62% 0.29% -
HSV(B) 96.26º 0.76% 0.47% -
XYZ 8.92 14.37 3.4 -
YUV 92.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 64 119 28 0.46 0 0.76 0.53 96.26 0.62 0.29
Hex 40 77 1C 2E 0 4C 35 60 3E 1D
Octal 100 167 34 56 0 114 65 140 76 35
Binary 1000000 1110111 11100 101110 0 1001100 110101 1100000 111110 11101

Color Harmonies of #40771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40771C

Black with #40771C

Text Example


Text Example

White with #40771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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