Html Css Color HEX #418710 Bilbao

📋 copy color: '#418710'

red 65 ◦ green 135 ◦ blue 16

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

Shades of Bilbao #418710

Tints of Bilbao #418710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.5%

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

R = 30.09%
G = 62.5%
B = 7.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#418710 (or 0x418710) is known color: Bilbao. HEX triplet: 41, 87 and 10. RGB value is (65,135,16). Sum of RGB (Red+Green+Blue) = 65+135+16=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #418710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418710 is #BE78EF. Grayscale: #646464. Windows color (decimal): -12482800 or 1083201. OLE color: 1083201.

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

Color convert

RGB 65 135 16 -
CMYK 0.52 0 0.88 0.47
HSL 95.29º 0.79% 0.3% -
HSV(B) 95.29º 0.88% 0.53% -
XYZ 10.94 18.49 3.48 -
YUV 100.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 65 135 16 0.52 0 0.88 0.47 95.29 0.79 0.3
Hex 41 87 10 34 0 58 2F 5F 4F 1E
Octal 101 207 20 64 0 130 57 137 117 36
Binary 1000001 10000111 10000 110100 0 1011000 101111 1011111 1001111 11110

Color Harmonies of #418710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418710

Black with #418710

Text Example


Text Example

White with #418710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418710; }

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

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

background-color css

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

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

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

border-color css

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

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

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