Html Css Color HEX #468517 Bilbao

📋 copy color: '#468517'

red 70 ◦ green 133 ◦ blue 23

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

Shades of Bilbao #468517

Tints of Bilbao #468517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.18%

R = 30.97%
G = 58.85%
B = 10.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#468517 (or 0x468517) is known color: Bilbao. HEX triplet: 46, 85 and 17. RGB value is (70,133,23). Sum of RGB (Red+Green+Blue) = 70+133+23=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #468517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468517 is #B97AE8. Grayscale: #666666. Windows color (decimal): -12155625 or 1541446. OLE color: 1541446.

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

Color convert

RGB 70 133 23 -
CMYK 0.47 0 0.83 0.48
HSL 94.36º 0.71% 0.31% -
HSV(B) 94.36º 0.83% 0.52% -
XYZ 11.07 18.14 3.73 -
YUV 101.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 70 133 23 0.47 0 0.83 0.48 94.36 0.71 0.31
Hex 46 85 17 2F 0 53 30 5E 47 1F
Octal 106 205 27 57 0 123 60 136 107 37
Binary 1000110 10000101 10111 101111 0 1010011 110000 1011110 1000111 11111

Color Harmonies of #468517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468517

Black with #468517

Text Example


Text Example

White with #468517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468517; }

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

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

background-color css

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

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

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

border-color css

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

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

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