Html Css Color HEX #418517 Bilbao

📋 copy color: '#418517'

red 65 ◦ green 133 ◦ blue 23

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

Shades of Bilbao #418517

Tints of Bilbao #418517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 29.41%
G = 60.18%
B = 10.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#418517 (or 0x418517) is known color: Bilbao. HEX triplet: 41, 85 and 17. RGB value is (65,133,23). Sum of RGB (Red+Green+Blue) = 65+133+23=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #418517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418517 is #BE7AE8. Grayscale: #646464. Windows color (decimal): -12483305 or 1541441. OLE color: 1541441.

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

Color convert

RGB 65 133 23 -
CMYK 0.51 0 0.83 0.48
HSL 97.09º 0.71% 0.31% -
HSV(B) 97.09º 0.83% 0.52% -
XYZ 10.72 17.96 3.71 -
YUV 100.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 65 133 23 0.51 0 0.83 0.48 97.09 0.71 0.31
Hex 41 85 17 33 0 53 30 61 47 1F
Octal 101 205 27 63 0 123 60 141 107 37
Binary 1000001 10000101 10111 110011 0 1010011 110000 1100001 1000111 11111

Color Harmonies of #418517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418517

Black with #418517

Text Example


Text Example

White with #418517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418517; }

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

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

background-color css

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

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

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

border-color css

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

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

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