Html Css Color HEX #418519 Bilbao

📋 copy color: '#418519'

red 65 ◦ green 133 ◦ blue 25

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

Shades of Bilbao #418519

Tints of Bilbao #418519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

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

R = 29.15%
G = 59.64%
B = 11.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#418519 (or 0x418519) is known color: Bilbao. HEX triplet: 41, 85 and 19. RGB value is (65,133,25). Sum of RGB (Red+Green+Blue) = 65+133+25=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #418519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418519 is #BE7AE6. Grayscale: #646464. Windows color (decimal): -12483303 or 1672513. OLE color: 1672513.

HSL color Cylindrical-coordinate representation of color #418519: hue angle of 97.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #418519 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 25 -
CMYK 0.51 0 0.81 0.48
HSL 97.78º 0.68% 0.31% -
HSV(B) 97.78º 0.81% 0.52% -
XYZ 10.74 17.97 3.82 -
YUV 100.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 65 133 25 0.51 0 0.81 0.48 97.78 0.68 0.31
Hex 41 85 19 33 0 51 30 62 44 1F
Octal 101 205 31 63 0 121 60 142 104 37
Binary 1000001 10000101 11001 110011 0 1010001 110000 1100010 1000100 11111

Color Harmonies of #418519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418519

Black with #418519

Text Example


Text Example

White with #418519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418519; }

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

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

background-color css

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

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

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

border-color css

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

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

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