Html Css Color HEX #418520 Bilbao

📋 copy color: '#418520'

red 65 ◦ green 133 ◦ blue 32

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

Shades of Bilbao #418520

Tints of Bilbao #418520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 28.26%
G = 57.83%
B = 13.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#418520 (or 0x418520) is known color: Bilbao. HEX triplet: 41, 85 and 20. RGB value is (65,133,32). Sum of RGB (Red+Green+Blue) = 65+133+32=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #418520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418520 is #BE7ADF. Grayscale: #656565. Windows color (decimal): -12483296 or 2131265. OLE color: 2131265.

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

Color convert

RGB 65 133 32 -
CMYK 0.51 0 0.76 0.48
HSL 100.4º 0.61% 0.32% -
HSV(B) 100.4º 0.76% 0.52% -
XYZ 10.83 18 4.27 -
YUV 101.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 65 133 32 0.51 0 0.76 0.48 100.4 0.61 0.32
Hex 41 85 20 33 0 4C 30 64 3D 20
Octal 101 205 40 63 0 114 60 144 75 40
Binary 1000001 10000101 100000 110011 0 1001100 110000 1100100 111101 100000

Color Harmonies of #418520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418520

Black with #418520

Text Example


Text Example

White with #418520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418520; }

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

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

background-color css

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

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

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

border-color css

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

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

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