Html Css Color HEX #468114 Bilbao

📋 copy color: '#468114'

red 70 ◦ green 129 ◦ blue 20

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

Shades of Bilbao #468114

Tints of Bilbao #468114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.9%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 31.96%
G = 58.9%
B = 9.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#468114 (or 0x468114) is known color: Bilbao. HEX triplet: 46, 81 and 14. RGB value is (70,129,20). Sum of RGB (Red+Green+Blue) = 70+129+20=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #468114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468114 is #B97EEB. Grayscale: #636363. Windows color (decimal): -12156652 or 1343814. OLE color: 1343814.

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

Color convert

RGB 70 129 20 -
CMYK 0.46 0 0.84 0.49
HSL 92.48º 0.73% 0.29% -
HSV(B) 92.48º 0.84% 0.51% -
XYZ 10.5 17.05 3.4 -
YUV 98.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 70 129 20 0.46 0 0.84 0.49 92.48 0.73 0.29
Hex 46 81 14 2E 0 54 31 5C 49 1D
Octal 106 201 24 56 0 124 61 134 111 35
Binary 1000110 10000001 10100 101110 0 1010100 110001 1011100 1001001 11101

Color Harmonies of #468114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468114

Black with #468114

Text Example


Text Example

White with #468114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468114; }

 p { color: rgb(70,129,20); }

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

background-color css

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

 a { background-color: rgb(70,129,20); }

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

border-color css

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

 span { border-color: rgb(70,129,20); }

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