Html Css Color HEX #468800 Bilbao

📋 copy color: '#468800'

red 70 ◦ green 136 ◦ blue 0

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

Shades of Bilbao #468800

Tints of Bilbao #468800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.98%
G = 66.02%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#468800 (or 0x468800) is known color: Bilbao. HEX triplet: 46, 88 and 00. RGB value is (70,136,0). Sum of RGB (Red+Green+Blue) = 70+136+0=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #468800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468800 is #B977FF. Grayscale: #656565. Windows color (decimal): -12154880 or 34886. OLE color: 34886.

HSL color Cylindrical-coordinate representation of color #468800: hue angle of 89.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #468800 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 0 -
CMYK 0.49 0 1 0.47
HSL 89.12º 1% 0.27% -
HSV(B) 89.12º 1% 0.53% -
XYZ 11.33 18.91 3.05 -
YUV 100.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 70 136 0 0.49 0 1 0.47 89.12 1 0.27
Hex 46 88 0 31 0 64 2F 59 64 1B
Octal 106 210 0 61 0 144 57 131 144 33
Binary 1000110 10001000 0 110001 0 1100100 101111 1011001 1100100 11011

Color Harmonies of #468800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468800

Black with #468800

Text Example


Text Example

White with #468800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468800; }

 p { color: rgb(70,136,0); }

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

background-color css

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

 a { background-color: rgb(70,136,0); }

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

border-color css

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

 span { border-color: rgb(70,136,0); }

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