Html Css Color HEX #418005 Bilbao

📋 copy color: '#418005'

red 65 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #418005

Tints of Bilbao #418005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64.65%

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 32.83%
G = 64.65%
B = 2.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#418005 (or 0x418005) is known color: Bilbao. HEX triplet: 41, 80 and 05. RGB value is (65,128,5). Sum of RGB (Red+Green+Blue) = 65+128+5=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 128 (50.39% from 255 or 64.65% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 128 - color contains mainly: green. Hex color #418005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418005 is #BE7FFA. Grayscale: #5F5F5F. Windows color (decimal): -12484603 or 360513. OLE color: 360513.

HSL color Cylindrical-coordinate representation of color #418005: hue angle of 90.73º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418005 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 5 -
CMYK 0.49 0 0.96 0.50
HSL 90.73º 0.92% 0.26% -
HSV(B) 90.73º 0.96% 0.5% -
XYZ 9.93 16.57 2.82 -
YUV 95.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 65 128 5 0.49 0 0.96 0.50 90.73 0.92 0.26
Hex 41 80 5 31 0 60 32 5B 5C 1A
Octal 101 200 5 61 0 140 62 133 134 32
Binary 1000001 10000000 101 110001 0 1100000 110010 1011011 1011100 11010

Color Harmonies of #418005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418005

Black with #418005

Text Example


Text Example

White with #418005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418005; }

 p { color: rgb(65,128,5); }

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

background-color css

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

 a { background-color: rgb(65,128,5); }

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

border-color css

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

 span { border-color: rgb(65,128,5); }

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