Html Css Color HEX #467B0F Bilbao

📋 copy color: '#467B0F'

red 70 ◦ green 123 ◦ blue 15

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

Shades of Bilbao #467B0F

Tints of Bilbao #467B0F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.13%

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 33.65%
G = 59.13%
B = 7.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#467B0F (or 0x467B0F) is known color: Bilbao. HEX triplet: 46, 7B and 0F. RGB value is (70,123,15). Sum of RGB (Red+Green+Blue) = 70+123+15=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #467B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B0F is #B984F0. Grayscale: #5F5F5F. Windows color (decimal): -12158193 or 1014598. OLE color: 1014598.

HSL color Cylindrical-coordinate representation of color #467B0F: hue angle of 89.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #467B0F is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 123 15 -
CMYK 0.43 0 0.88 0.52
HSL 89.44º 0.78% 0.27% -
HSV(B) 89.44º 0.88% 0.48% -
XYZ 9.69 15.5 2.93 -
YUV 94.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 70 123 15 0.43 0 0.88 0.52 89.44 0.78 0.27
Hex 46 7B F 2B 0 58 34 59 4E 1B
Octal 106 173 17 53 0 130 64 131 116 33
Binary 1000110 1111011 1111 101011 0 1011000 110100 1011001 1001110 11011

Color Harmonies of #467B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B0F

Black with #467B0F

Text Example


Text Example

White with #467B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467B0F; }

 p { color: rgb(70,123,15); }

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

background-color css

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

 a { background-color: rgb(70,123,15); }

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

border-color css

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

 span { border-color: rgb(70,123,15); }

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