Html Css Color HEX #418310 Bilbao

📋 copy color: '#418310'

red 65 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #418310

Tints of Bilbao #418310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 30.66%
G = 61.79%
B = 7.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#418310 (or 0x418310) is known color: Bilbao. HEX triplet: 41, 83 and 10. RGB value is (65,131,16). Sum of RGB (Red+Green+Blue) = 65+131+16=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #418310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418310 is #BE7CEF. Grayscale: #626262. Windows color (decimal): -12483824 or 1082177. OLE color: 1082177.

HSL color Cylindrical-coordinate representation of color #418310: hue angle of 94.43º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #418310 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 16 -
CMYK 0.50 0 0.88 0.49
HSL 94.43º 0.78% 0.29% -
HSV(B) 94.43º 0.88% 0.51% -
XYZ 10.39 17.39 3.3 -
YUV 98.16 81.63 104.35 -
System Red Green Blue C M Y K H S L
Decimal 65 131 16 0.50 0 0.88 0.49 94.43 0.78 0.29
Hex 41 83 10 32 0 58 31 5E 4E 1D
Octal 101 203 20 62 0 130 61 136 116 35
Binary 1000001 10000011 10000 110010 0 1011000 110001 1011110 1001110 11101

Color Harmonies of #418310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418310

Black with #418310

Text Example


Text Example

White with #418310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418310; }

 p { color: rgb(65,131,16); }

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

background-color css

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

 a { background-color: rgb(65,131,16); }

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

border-color css

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

 span { border-color: rgb(65,131,16); }

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