Html Css Color HEX #468128 Bilbao

📋 copy color: '#468128'

red 70 ◦ green 129 ◦ blue 40

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

Shades of Bilbao #468128

Tints of Bilbao #468128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 29.29%
G = 53.97%
B = 16.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#468128 (or 0x468128) is known color: Bilbao. HEX triplet: 46, 81 and 28. RGB value is (70,129,40). Sum of RGB (Red+Green+Blue) = 70+129+40=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #468128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468128 is #B97ED7. Grayscale: #656565. Windows color (decimal): -12156632 or 2654534. OLE color: 2654534.

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

Color convert

RGB 70 129 40 -
CMYK 0.46 0 0.69 0.49
HSL 99.78º 0.53% 0.33% -
HSV(B) 99.78º 0.69% 0.51% -
XYZ 10.76 17.16 4.75 -
YUV 101.21 93.45 105.74 -
System Red Green Blue C M Y K H S L
Decimal 70 129 40 0.46 0 0.69 0.49 99.78 0.53 0.33
Hex 46 81 28 2E 0 45 31 64 35 21
Octal 106 201 50 56 0 105 61 144 65 41
Binary 1000110 10000001 101000 101110 0 1000101 110001 1100100 110101 100001

Color Harmonies of #468128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468128

Black with #468128

Text Example


Text Example

White with #468128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468128; }

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

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

background-color css

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

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

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

border-color css

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

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

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