Html Css Color HEX #468030 Bilbao

📋 copy color: '#468030'

red 70 ◦ green 128 ◦ blue 48

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

Shades of Bilbao #468030

Tints of Bilbao #468030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.03%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 28.46%
G = 52.03%
B = 19.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#468030 (or 0x468030) is known color: Bilbao. HEX triplet: 46, 80 and 30. RGB value is (70,128,48). Sum of RGB (Red+Green+Blue) = 70+128+48=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #468030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468030 is #B97FCF. Grayscale: #656565. Windows color (decimal): -12156880 or 3178566. OLE color: 3178566.

HSL color Cylindrical-coordinate representation of color #468030: hue angle of 103.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468030 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 48 -
CMYK 0.45 0 0.62 0.50
HSL 103.5º 0.45% 0.35% -
HSV(B) 103.5º 0.63% 0.5% -
XYZ 10.78 16.95 5.5 -
YUV 101.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 70 128 48 0.45 0 0.62 0.50 103.5 0.45 0.35
Hex 46 80 30 2D 0 3E 32 68 2D 23
Octal 106 200 60 55 0 76 62 150 55 43
Binary 1000110 10000000 110000 101101 0 111110 110010 1101000 101101 100011

Color Harmonies of #468030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468030

Black with #468030

Text Example


Text Example

White with #468030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468030; }

 p { color: rgb(70,128,48); }

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

background-color css

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

 a { background-color: rgb(70,128,48); }

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

border-color css

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

 span { border-color: rgb(70,128,48); }

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