Html Css Color HEX #418815 Bilbao

📋 copy color: '#418815'

red 65 ◦ green 136 ◦ blue 21

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

Shades of Bilbao #418815

Tints of Bilbao #418815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.26%

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 29.28%
G = 61.26%
B = 9.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#418815 (or 0x418815) is known color: Bilbao. HEX triplet: 41, 88 and 15. RGB value is (65,136,21). Sum of RGB (Red+Green+Blue) = 65+136+21=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #418815 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418815 is #BE77EA. Grayscale: #666666. Windows color (decimal): -12482539 or 1411137. OLE color: 1411137.

HSL color Cylindrical-coordinate representation of color #418815: hue angle of 97.04º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #418815 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 21 -
CMYK 0.52 0 0.85 0.47
HSL 97.04º 0.73% 0.31% -
HSV(B) 97.04º 0.85% 0.53% -
XYZ 11.12 18.79 3.75 -
YUV 101.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 65 136 21 0.52 0 0.85 0.47 97.04 0.73 0.31
Hex 41 88 15 34 0 55 2F 61 49 1F
Octal 101 210 25 64 0 125 57 141 111 37
Binary 1000001 10001000 10101 110100 0 1010101 101111 1100001 1001001 11111

Color Harmonies of #418815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418815

Black with #418815

Text Example


Text Example

White with #418815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418815; }

 p { color: rgb(65,136,21); }

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

background-color css

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

 a { background-color: rgb(65,136,21); }

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

border-color css

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

 span { border-color: rgb(65,136,21); }

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