Html Css Color HEX #418800 Bilbao

📋 copy color: '#418800'

red 65 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #418800

Tints of Bilbao #418800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 67.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.34%
G = 67.66%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#418800 (or 0x418800) is known color: Bilbao. HEX triplet: 41, 88 and 00. RGB value is (65,136,0). Sum of RGB (Red+Green+Blue) = 65+136+0=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #418800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418800 is #BE77FF. Grayscale: #636363. Windows color (decimal): -12482560 or 34881. OLE color: 34881.

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

Color convert

RGB 65 136 0 -
CMYK 0.52 0 1 0.47
HSL 91.32º 1% 0.27% -
HSV(B) 91.32º 1% 0.53% -
XYZ 10.98 18.73 3.04 -
YUV 99.27 71.98 103.56 -
System Red Green Blue C M Y K H S L
Decimal 65 136 0 0.52 0 1 0.47 91.32 1 0.27
Hex 41 88 0 34 0 64 2F 5B 64 1B
Octal 101 210 0 64 0 144 57 133 144 33
Binary 1000001 10001000 0 110100 0 1100100 101111 1011011 1100100 11011

Color Harmonies of #418800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418800

Black with #418800

Text Example


Text Example

White with #418800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418800; }

 p { color: rgb(65,136,0); }

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

background-color css

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

 a { background-color: rgb(65,136,0); }

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

border-color css

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

 span { border-color: rgb(65,136,0); }

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