Html Css Color HEX #467B2F Bilbao

📋 copy color: '#467B2F'

red 70 ◦ green 123 ◦ blue 47

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

Shades of Bilbao #467B2F

Tints of Bilbao #467B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 29.17%
G = 51.25%
B = 19.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#467B2F (or 0x467B2F) is known color: Bilbao. HEX triplet: 46, 7B and 2F. RGB value is (70,123,47). Sum of RGB (Red+Green+Blue) = 70+123+47=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #467B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467B2F is #B984D0. Grayscale: #626262. Windows color (decimal): -12158161 or 3111750. OLE color: 3111750.

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

Color convert

RGB 70 123 47 -
CMYK 0.43 0 0.62 0.52
HSL 101.84º 0.45% 0.33% -
HSV(B) 101.84º 0.62% 0.48% -
XYZ 10.12 15.67 5.18 -
YUV 98.49 98.94 107.68 -
System Red Green Blue C M Y K H S L
Decimal 70 123 47 0.43 0 0.62 0.52 101.84 0.45 0.33
Hex 46 7B 2F 2B 0 3E 34 66 2D 21
Octal 106 173 57 53 0 76 64 146 55 41
Binary 1000110 1111011 101111 101011 0 111110 110100 1100110 101101 100001

Color Harmonies of #467B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B2F

Black with #467B2F

Text Example


Text Example

White with #467B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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