Html Css Color HEX #40770B Bilbao

📋 copy color: '#40770B'

red 64 ◦ green 119 ◦ blue 11

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

Shades of Bilbao #40770B

Tints of Bilbao #40770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 32.99%
G = 61.34%
B = 5.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#40770B (or 0x40770B) is known color: Bilbao. HEX triplet: 40, 77 and 0B. RGB value is (64,119,11). Sum of RGB (Red+Green+Blue) = 64+119+11=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #40770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40770B is #BF88F4. Grayscale: #5A5A5A. Windows color (decimal): -12552437 or 751424. OLE color: 751424.

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

Color convert

RGB 64 119 11 -
CMYK 0.46 0 0.91 0.53
HSL 90.56º 0.83% 0.25% -
HSV(B) 90.56º 0.91% 0.47% -
XYZ 8.77 14.31 2.62 -
YUV 90.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 64 119 11 0.46 0 0.91 0.53 90.56 0.83 0.25
Hex 40 77 B 2E 0 5B 35 5B 53 19
Octal 100 167 13 56 0 133 65 133 123 31
Binary 1000000 1110111 1011 101110 0 1011011 110101 1011011 1010011 11001

Color Harmonies of #40770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40770B

Black with #40770B

Text Example


Text Example

White with #40770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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