Html Css Color HEX #468413 Bilbao

📋 copy color: '#468413'

red 70 ◦ green 132 ◦ blue 19

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

Shades of Bilbao #468413

Tints of Bilbao #468413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.73%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 31.67%
G = 59.73%
B = 8.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#468413 (or 0x468413) is known color: Bilbao. HEX triplet: 46, 84 and 13. RGB value is (70,132,19). Sum of RGB (Red+Green+Blue) = 70+132+19=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #468413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468413 is #B97BEC. Grayscale: #646464. Windows color (decimal): -12155885 or 1279046. OLE color: 1279046.

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

Color convert

RGB 70 132 19 -
CMYK 0.47 0 0.86 0.48
HSL 92.92º 0.75% 0.3% -
HSV(B) 92.92º 0.86% 0.52% -
XYZ 10.89 17.85 3.49 -
YUV 100.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 70 132 19 0.47 0 0.86 0.48 92.92 0.75 0.3
Hex 46 84 13 2F 0 56 30 5D 4B 1E
Octal 106 204 23 57 0 126 60 135 113 36
Binary 1000110 10000100 10011 101111 0 1010110 110000 1011101 1001011 11110

Color Harmonies of #468413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468413

Black with #468413

Text Example


Text Example

White with #468413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468413; }

 p { color: rgb(70,132,19); }

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

background-color css

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

 a { background-color: rgb(70,132,19); }

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

border-color css

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

 span { border-color: rgb(70,132,19); }

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