Html Css Color HEX #467F33 Bilbao

📋 copy color: '#467F33'

red 70 ◦ green 127 ◦ blue 51

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

Shades of Bilbao #467F33

Tints of Bilbao #467F33

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 28.23%
G = 51.21%
B = 20.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#467F33 (or 0x467F33) is known color: Bilbao. HEX triplet: 46, 7F and 33. RGB value is (70,127,51). Sum of RGB (Red+Green+Blue) = 70+127+51=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #467F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F33 is #B980CC. Grayscale: #656565. Windows color (decimal): -12157133 or 3374918. OLE color: 3374918.

HSL color Cylindrical-coordinate representation of color #467F33: hue angle of 105º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467F33 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 51 -
CMYK 0.45 0 0.60 0.50
HSL 105º 0.43% 0.35% -
HSV(B) 105º 0.6% 0.5% -
XYZ 10.71 16.72 5.79 -
YUV 101.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 70 127 51 0.45 0 0.60 0.50 105 0.43 0.35
Hex 46 7F 33 2D 0 3C 32 69 2B 23
Octal 106 177 63 55 0 74 62 151 53 43
Binary 1000110 1111111 110011 101101 0 111100 110010 1101001 101011 100011

Color Harmonies of #467F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F33

Black with #467F33

Text Example


Text Example

White with #467F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,51); }

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

background-color css

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

 a { background-color: rgb(70,127,51); }

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

border-color css

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

 span { border-color: rgb(70,127,51); }

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