Html Css Color HEX #407717 Bilbao

📋 copy color: '#407717'

red 64 ◦ green 119 ◦ blue 23

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

Shades of Bilbao #407717

Tints of Bilbao #407717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.17%

R = 31.07%
G = 57.77%
B = 11.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#407717 (or 0x407717) is known color: Bilbao. HEX triplet: 40, 77 and 17. RGB value is (64,119,23). Sum of RGB (Red+Green+Blue) = 64+119+23=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #407717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407717 is #BF88E8. Grayscale: #5B5B5B. Windows color (decimal): -12552425 or 1537856. OLE color: 1537856.

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

Color convert

RGB 64 119 23 -
CMYK 0.46 0 0.81 0.53
HSL 94.38º 0.68% 0.28% -
HSV(B) 94.38º 0.81% 0.47% -
XYZ 8.87 14.35 3.11 -
YUV 91.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 64 119 23 0.46 0 0.81 0.53 94.38 0.68 0.28
Hex 40 77 17 2E 0 51 35 5E 44 1C
Octal 100 167 27 56 0 121 65 136 104 34
Binary 1000000 1110111 10111 101110 0 1010001 110101 1011110 1000100 11100

Color Harmonies of #407717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407717

Black with #407717

Text Example


Text Example

White with #407717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407717; }

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

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

background-color css

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

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

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

border-color css

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

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

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