Html Css Color HEX #468705 Bilbao

📋 copy color: '#468705'

red 70 ◦ green 135 ◦ blue 5

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

Shades of Bilbao #468705

Tints of Bilbao #468705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.29%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 33.33%
G = 64.29%
B = 2.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#468705 (or 0x468705) is known color: Bilbao. HEX triplet: 46, 87 and 05. RGB value is (70,135,5). Sum of RGB (Red+Green+Blue) = 70+135+5=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #468705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468705 is #B978FA. Grayscale: #656565. Windows color (decimal): -12155131 or 362310. OLE color: 362310.

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

Color convert

RGB 70 135 5 -
CMYK 0.48 0 0.96 0.47
HSL 90º 0.93% 0.27% -
HSV(B) 90º 0.96% 0.53% -
XYZ 11.22 18.64 3.15 -
YUV 100.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 70 135 5 0.48 0 0.96 0.47 90 0.93 0.27
Hex 46 87 5 30 0 60 2F 5A 5D 1B
Octal 106 207 5 60 0 140 57 132 135 33
Binary 1000110 10000111 101 110000 0 1100000 101111 1011010 1011101 11011

Color Harmonies of #468705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468705

Black with #468705

Text Example


Text Example

White with #468705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468705; }

 p { color: rgb(70,135,5); }

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

background-color css

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

 a { background-color: rgb(70,135,5); }

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

border-color css

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

 span { border-color: rgb(70,135,5); }

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