Html Css Color HEX #418318 Bilbao

📋 copy color: '#418318'

red 65 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #418318

Tints of Bilbao #418318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.55%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 29.55%
G = 59.55%
B = 10.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#418318 (or 0x418318) is known color: Bilbao. HEX triplet: 41, 83 and 18. RGB value is (65,131,24). Sum of RGB (Red+Green+Blue) = 65+131+24=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #418318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418318 is #BE7CE7. Grayscale: #636363. Windows color (decimal): -12483816 or 1606465. OLE color: 1606465.

HSL color Cylindrical-coordinate representation of color #418318: hue angle of 97.01º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #418318 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 24 -
CMYK 0.50 0 0.82 0.49
HSL 97.01º 0.69% 0.3% -
HSV(B) 97.01º 0.82% 0.51% -
XYZ 10.46 17.42 3.68 -
YUV 99.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 65 131 24 0.50 0 0.82 0.49 97.01 0.69 0.3
Hex 41 83 18 32 0 52 31 61 45 1E
Octal 101 203 30 62 0 122 61 141 105 36
Binary 1000001 10000011 11000 110010 0 1010010 110001 1100001 1000101 11110

Color Harmonies of #418318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418318

Black with #418318

Text Example


Text Example

White with #418318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418318; }

 p { color: rgb(65,131,24); }

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

background-color css

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

 a { background-color: rgb(65,131,24); }

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

border-color css

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

 span { border-color: rgb(65,131,24); }

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