Html Css Color HEX #468318 Bilbao

📋 copy color: '#468318'

red 70 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #468318

Tints of Bilbao #468318

RGB

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

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

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

R = 31.11%
G = 58.22%
B = 10.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#468318 (or 0x468318) is known color: Bilbao. HEX triplet: 46, 83 and 18. RGB value is (70,131,24). Sum of RGB (Red+Green+Blue) = 70+131+24=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #468318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468318 is #B97CE7. Grayscale: #646464. Windows color (decimal): -12156136 or 1606470. OLE color: 1606470.

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

Color convert

RGB 70 131 24 -
CMYK 0.47 0 0.82 0.49
HSL 94.21º 0.69% 0.3% -
HSV(B) 94.21º 0.82% 0.51% -
XYZ 10.81 17.6 3.69 -
YUV 100.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 70 131 24 0.47 0 0.82 0.49 94.21 0.69 0.3
Hex 46 83 18 2F 0 52 31 5E 45 1E
Octal 106 203 30 57 0 122 61 136 105 36
Binary 1000110 10000011 11000 101111 0 1010010 110001 1011110 1000101 11110

Color Harmonies of #468318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468318

Black with #468318

Text Example


Text Example

White with #468318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468318; }

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

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

background-color css

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

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

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

border-color css

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

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

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