Html Css Color HEX #418418 Bilbao

📋 copy color: '#418418'

red 65 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #418418

Tints of Bilbao #418418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.73%

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

R = 29.41%
G = 59.73%
B = 10.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#418418 (or 0x418418) is known color: Bilbao. HEX triplet: 41, 84 and 18. RGB value is (65,132,24). Sum of RGB (Red+Green+Blue) = 65+132+24=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #418418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418418 is #BE7BE7. Grayscale: #646464. Windows color (decimal): -12483560 or 1606721. OLE color: 1606721.

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

Color convert

RGB 65 132 24 -
CMYK 0.51 0 0.82 0.48
HSL 97.22º 0.69% 0.31% -
HSV(B) 97.22º 0.82% 0.52% -
XYZ 10.6 17.69 3.72 -
YUV 99.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 65 132 24 0.51 0 0.82 0.48 97.22 0.69 0.31
Hex 41 84 18 33 0 52 30 61 45 1F
Octal 101 204 30 63 0 122 60 141 105 37
Binary 1000001 10000100 11000 110011 0 1010010 110000 1100001 1000101 11111

Color Harmonies of #418418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418418

Black with #418418

Text Example


Text Example

White with #418418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418418; }

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

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

background-color css

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

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

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

border-color css

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

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

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