Html Css Color HEX #468518 Bilbao

📋 copy color: '#468518'

red 70 ◦ green 133 ◦ blue 24

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

Shades of Bilbao #468518

Tints of Bilbao #468518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.59%

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

R = 30.84%
G = 58.59%
B = 10.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#468518 (or 0x468518) is known color: Bilbao. HEX triplet: 46, 85 and 18. RGB value is (70,133,24). Sum of RGB (Red+Green+Blue) = 70+133+24=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #468518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468518 is #B97AE7. Grayscale: #666666. Windows color (decimal): -12155624 or 1606982. OLE color: 1606982.

HSL color Cylindrical-coordinate representation of color #468518: hue angle of 94.68º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #468518 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 24 -
CMYK 0.47 0 0.82 0.48
HSL 94.68º 0.69% 0.31% -
HSV(B) 94.68º 0.82% 0.52% -
XYZ 11.08 18.14 3.78 -
YUV 101.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 70 133 24 0.47 0 0.82 0.48 94.68 0.69 0.31
Hex 46 85 18 2F 0 52 30 5F 45 1F
Octal 106 205 30 57 0 122 60 137 105 37
Binary 1000110 10000101 11000 101111 0 1010010 110000 1011111 1000101 11111

Color Harmonies of #468518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468518

Black with #468518

Text Example


Text Example

White with #468518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468518; }

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

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

background-color css

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

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

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

border-color css

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

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

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