Html Css Color HEX #418410 Bilbao

📋 copy color: '#418410'

red 65 ◦ green 132 ◦ blue 16

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

Shades of Bilbao #418410

Tints of Bilbao #418410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.97%

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

R = 30.52%
G = 61.97%
B = 7.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#418410 (or 0x418410) is known color: Bilbao. HEX triplet: 41, 84 and 10. RGB value is (65,132,16). Sum of RGB (Red+Green+Blue) = 65+132+16=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #418410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418410 is #BE7BEF. Grayscale: #636363. Windows color (decimal): -12483568 or 1082433. OLE color: 1082433.

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

Color convert

RGB 65 132 16 -
CMYK 0.51 0 0.88 0.48
HSL 94.66º 0.78% 0.29% -
HSV(B) 94.66º 0.88% 0.52% -
XYZ 10.52 17.66 3.34 -
YUV 98.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 65 132 16 0.51 0 0.88 0.48 94.66 0.78 0.29
Hex 41 84 10 33 0 58 30 5F 4E 1D
Octal 101 204 20 63 0 130 60 137 116 35
Binary 1000001 10000100 10000 110011 0 1011000 110000 1011111 1001110 11101

Color Harmonies of #418410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418410

Black with #418410

Text Example


Text Example

White with #418410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418410; }

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

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

background-color css

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

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

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

border-color css

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

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

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