Html Css Color HEX #418508 Bilbao

📋 copy color: '#418508'

red 65 ◦ green 133 ◦ blue 8

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

Shades of Bilbao #418508

Tints of Bilbao #418508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 31.55%
G = 64.56%
B = 3.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#418508 (or 0x418508) is known color: Bilbao. HEX triplet: 41, 85 and 08. RGB value is (65,133,8). Sum of RGB (Red+Green+Blue) = 65+133+8=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #418508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418508 is #BE7AF7. Grayscale: #626262. Windows color (decimal): -12483320 or 558401. OLE color: 558401.

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

Color convert

RGB 65 133 8 -
CMYK 0.51 0 0.94 0.48
HSL 92.64º 0.89% 0.28% -
HSV(B) 92.64º 0.94% 0.52% -
XYZ 10.61 17.92 3.13 -
YUV 98.42 76.97 104.16 -
System Red Green Blue C M Y K H S L
Decimal 65 133 8 0.51 0 0.94 0.48 92.64 0.89 0.28
Hex 41 85 8 33 0 5E 30 5D 59 1C
Octal 101 205 10 63 0 136 60 135 131 34
Binary 1000001 10000101 1000 110011 0 1011110 110000 1011101 1011001 11100

Color Harmonies of #418508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418508

Black with #418508

Text Example


Text Example

White with #418508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418508; }

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

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

background-color css

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

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

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

border-color css

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

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

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