Html Css Color HEX #467B01 Bilbao

📋 copy color: '#467B01'

red 70 ◦ green 123 ◦ blue 1

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

Shades of Bilbao #467B01

Tints of Bilbao #467B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 36.08%
G = 63.4%
B = 0.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#467B01 (or 0x467B01) is known color: Bilbao. HEX triplet: 46, 7B and 01. RGB value is (70,123,1). Sum of RGB (Red+Green+Blue) = 70+123+1=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #467B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B01 is #B984FE. Grayscale: #5D5D5D. Windows color (decimal): -12158207 or 97094. OLE color: 97094.

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

Color convert

RGB 70 123 1 -
CMYK 0.43 0 0.99 0.52
HSL 86.07º 0.98% 0.24% -
HSV(B) 86.07º 0.99% 0.48% -
XYZ 9.61 15.47 2.51 -
YUV 93.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 70 123 1 0.43 0 0.99 0.52 86.07 0.98 0.24
Hex 46 7B 1 2B 0 63 34 56 62 18
Octal 106 173 1 53 0 143 64 126 142 30
Binary 1000110 1111011 1 101011 0 1100011 110100 1010110 1100010 11000

Color Harmonies of #467B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B01

Black with #467B01

Text Example


Text Example

White with #467B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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