Html Css Color HEX #40790F Bilbao

📋 copy color: '#40790F'

red 64 ◦ green 121 ◦ blue 15

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

Shades of Bilbao #40790F

Tints of Bilbao #40790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 60.5%

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 32%
G = 60.5%
B = 7.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#40790F (or 0x40790F) is known color: Bilbao. HEX triplet: 40, 79 and 0F. RGB value is (64,121,15). Sum of RGB (Red+Green+Blue) = 64+121+15=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #40790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40790F is #BF86F0. Grayscale: #5C5C5C. Windows color (decimal): -12551921 or 1014080. OLE color: 1014080.

HSL color Cylindrical-coordinate representation of color #40790F: hue angle of 92.26º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40790F is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 15 -
CMYK 0.47 0 0.88 0.53
HSL 92.26º 0.78% 0.27% -
HSV(B) 92.26º 0.88% 0.47% -
XYZ 9.04 14.8 2.83 -
YUV 91.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 64 121 15 0.47 0 0.88 0.53 92.26 0.78 0.27
Hex 40 79 F 2F 0 58 35 5C 4E 1B
Octal 100 171 17 57 0 130 65 134 116 33
Binary 1000000 1111001 1111 101111 0 1011000 110101 1011100 1001110 11011

Color Harmonies of #40790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40790F

Black with #40790F

Text Example


Text Example

White with #40790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40790F; }

 p { color: rgb(64,121,15); }

 H1.HeaderClassName
 {
   color: #40790F;
 }
 .AnyTagClassName
 {
   color: #40790F;
 }
</style>

background-color css

<style>
 a { background-color: #40790F; }

 a { background-color: rgb(64,121,15); }

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

border-color css

<style>
 span { border-color: #40790F; }

 span { border-color: rgb(64,121,15); }

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