Html Css Color HEX #407619 Bilbao

📋 copy color: '#407619'

red 64 ◦ green 118 ◦ blue 25

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

Shades of Bilbao #407619

Tints of Bilbao #407619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 30.92%
G = 57%
B = 12.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#407619 (or 0x407619) is known color: Bilbao. HEX triplet: 40, 76 and 19. RGB value is (64,118,25). Sum of RGB (Red+Green+Blue) = 64+118+25=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #407619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407619 is #BF89E6. Grayscale: #5B5B5B. Windows color (decimal): -12552679 or 1668672. OLE color: 1668672.

HSL color Cylindrical-coordinate representation of color #407619: hue angle of 94.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #407619 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 25 -
CMYK 0.46 0 0.79 0.54
HSL 94.84º 0.65% 0.28% -
HSV(B) 94.84º 0.79% 0.46% -
XYZ 8.77 14.12 3.18 -
YUV 91.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 64 118 25 0.46 0 0.79 0.54 94.84 0.65 0.28
Hex 40 76 19 2E 0 4F 36 5F 41 1C
Octal 100 166 31 56 0 117 66 137 101 34
Binary 1000000 1110110 11001 101110 0 1001111 110110 1011111 1000001 11100

Color Harmonies of #407619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407619

Black with #407619

Text Example


Text Example

White with #407619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407619; }

 p { color: rgb(64,118,25); }

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

background-color css

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

 a { background-color: rgb(64,118,25); }

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

border-color css

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

 span { border-color: rgb(64,118,25); }

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