Html Css Color HEX #418412 Bilbao

📋 copy color: '#418412'

red 65 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #418412

Tints of Bilbao #418412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 30.23%
G = 61.4%
B = 8.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#418412 (or 0x418412) is known color: Bilbao. HEX triplet: 41, 84 and 12. RGB value is (65,132,18). Sum of RGB (Red+Green+Blue) = 65+132+18=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #418412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418412 is #BE7BED. Grayscale: #636363. Windows color (decimal): -12483566 or 1213505. OLE color: 1213505.

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

Color convert

RGB 65 132 18 -
CMYK 0.51 0 0.86 0.48
HSL 95.26º 0.76% 0.29% -
HSV(B) 95.26º 0.86% 0.52% -
XYZ 10.54 17.67 3.43 -
YUV 98.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 65 132 18 0.51 0 0.86 0.48 95.26 0.76 0.29
Hex 41 84 12 33 0 56 30 5F 4C 1D
Octal 101 204 22 63 0 126 60 137 114 35
Binary 1000001 10000100 10010 110011 0 1010110 110000 1011111 1001100 11101

Color Harmonies of #418412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418412

Black with #418412

Text Example


Text Example

White with #418412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418412; }

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

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

background-color css

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

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

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

border-color css

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

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

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