Html Css Color HEX #468312 Bilbao

📋 copy color: '#468312'

red 70 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #468312

Tints of Bilbao #468312

RGB

 RED value IS 70 (27.73% from 255) = 31.96%

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

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

R = 31.96%
G = 59.82%
B = 8.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#468312 (or 0x468312) is known color: Bilbao. HEX triplet: 46, 83 and 12. RGB value is (70,131,18). Sum of RGB (Red+Green+Blue) = 70+131+18=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #468312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468312 is #B97CED. Grayscale: #646464. Windows color (decimal): -12156142 or 1213254. OLE color: 1213254.

HSL color Cylindrical-coordinate representation of color #468312: hue angle of 92.39º 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 #468312 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 18 -
CMYK 0.47 0 0.86 0.49
HSL 92.39º 0.76% 0.29% -
HSV(B) 92.39º 0.86% 0.51% -
XYZ 10.75 17.58 3.4 -
YUV 99.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 70 131 18 0.47 0 0.86 0.49 92.39 0.76 0.29
Hex 46 83 12 2F 0 56 31 5C 4C 1D
Octal 106 203 22 57 0 126 61 134 114 35
Binary 1000110 10000011 10010 101111 0 1010110 110001 1011100 1001100 11101

Color Harmonies of #468312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468312

Black with #468312

Text Example


Text Example

White with #468312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468312; }

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

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

background-color css

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

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

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

border-color css

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

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

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