Html Css Color HEX #418019 Bilbao

📋 copy color: '#418019'

red 65 ◦ green 128 ◦ blue 25

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

Shades of Bilbao #418019

Tints of Bilbao #418019

RGB

 RED value IS 65 (25.78% from 255) = 29.82%

 GREEN value IS 128 (50.39% from 255) = 58.72%

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

R = 29.82%
G = 58.72%
B = 11.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#418019 (or 0x418019) is known color: Bilbao. HEX triplet: 41, 80 and 19. RGB value is (65,128,25). Sum of RGB (Red+Green+Blue) = 65+128+25=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #418019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418019 is #BE7FE6. Grayscale: #616161. Windows color (decimal): -12484583 or 1671233. OLE color: 1671233.

HSL color Cylindrical-coordinate representation of color #418019: hue angle of 96.7º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #418019 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 25 -
CMYK 0.49 0 0.80 0.50
HSL 96.7º 0.67% 0.3% -
HSV(B) 96.7º 0.8% 0.5% -
XYZ 10.07 16.63 3.6 -
YUV 97.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 65 128 25 0.49 0 0.80 0.50 96.7 0.67 0.3
Hex 41 80 19 31 0 50 32 61 43 1E
Octal 101 200 31 61 0 120 62 141 103 36
Binary 1000001 10000000 11001 110001 0 1010000 110010 1100001 1000011 11110

Color Harmonies of #418019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418019

Black with #418019

Text Example


Text Example

White with #418019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418019; }

 p { color: rgb(65,128,25); }

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

background-color css

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

 a { background-color: rgb(65,128,25); }

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

border-color css

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

 span { border-color: rgb(65,128,25); }

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