Html Css Color HEX #40772B Bilbao

📋 copy color: '#40772B'

red 64 ◦ green 119 ◦ blue 43

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

Shades of Bilbao #40772B

Tints of Bilbao #40772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 28.32%
G = 52.65%
B = 19.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#40772B (or 0x40772B) is known color: Bilbao. HEX triplet: 40, 77 and 2B. RGB value is (64,119,43). Sum of RGB (Red+Green+Blue) = 64+119+43=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #40772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40772B is #BF88D4. Grayscale: #5E5E5E. Windows color (decimal): -12552405 or 2848576. OLE color: 2848576.

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

Color convert

RGB 64 119 43 -
CMYK 0.46 0 0.64 0.53
HSL 103.42º 0.47% 0.32% -
HSV(B) 103.42º 0.64% 0.47% -
XYZ 9.15 14.46 4.59 -
YUV 93.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 64 119 43 0.46 0 0.64 0.53 103.42 0.47 0.32
Hex 40 77 2B 2E 0 40 35 67 2F 20
Octal 100 167 53 56 0 100 65 147 57 40
Binary 1000000 1110111 101011 101110 0 1000000 110101 1100111 101111 100000

Color Harmonies of #40772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40772B

Black with #40772B

Text Example


Text Example

White with #40772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40772B; }

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

 H1.HeaderClassName
 {
   color: #40772B;
 }
 .AnyTagClassName
 {
   color: #40772B;
 }
</style>

background-color css

<style>
 a { background-color: #40772B; }

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

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

border-color css

<style>
 span { border-color: #40772B; }

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

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