Html Css Color HEX #418312 Bilbao

📋 copy color: '#418312'

red 65 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #418312

Tints of Bilbao #418312

RGB

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

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

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

R = 30.37%
G = 61.21%
B = 8.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#418312 (or 0x418312) is known color: Bilbao. HEX triplet: 41, 83 and 12. RGB value is (65,131,18). Sum of RGB (Red+Green+Blue) = 65+131+18=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #418312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418312 is #BE7CED. Grayscale: #626262. Windows color (decimal): -12483822 or 1213249. OLE color: 1213249.

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

Color convert

RGB 65 131 18 -
CMYK 0.50 0 0.86 0.49
HSL 95.04º 0.76% 0.29% -
HSV(B) 95.04º 0.86% 0.51% -
XYZ 10.41 17.4 3.38 -
YUV 98.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 65 131 18 0.50 0 0.86 0.49 95.04 0.76 0.29
Hex 41 83 12 32 0 56 31 5F 4C 1D
Octal 101 203 22 62 0 126 61 137 114 35
Binary 1000001 10000011 10010 110010 0 1010110 110001 1011111 1001100 11101

Color Harmonies of #418312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418312

Black with #418312

Text Example


Text Example

White with #418312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418312; }

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

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

background-color css

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

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

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

border-color css

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

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

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