Html Css Color HEX #467F28 Bilbao

📋 copy color: '#467F28'

red 70 ◦ green 127 ◦ blue 40

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

Shades of Bilbao #467F28

Tints of Bilbao #467F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 29.54%
G = 53.59%
B = 16.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#467F28 (or 0x467F28) is known color: Bilbao. HEX triplet: 46, 7F and 28. RGB value is (70,127,40). Sum of RGB (Red+Green+Blue) = 70+127+40=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #467F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F28 is #B980D7. Grayscale: #646464. Windows color (decimal): -12157144 or 2654022. OLE color: 2654022.

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

Color convert

RGB 70 127 40 -
CMYK 0.45 0 0.69 0.50
HSL 99.31º 0.52% 0.33% -
HSV(B) 99.31º 0.69% 0.5% -
XYZ 10.5 16.63 4.66 -
YUV 100.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 70 127 40 0.45 0 0.69 0.50 99.31 0.52 0.33
Hex 46 7F 28 2D 0 45 32 63 34 21
Octal 106 177 50 55 0 105 62 143 64 41
Binary 1000110 1111111 101000 101101 0 1000101 110010 1100011 110100 100001

Color Harmonies of #467F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F28

Black with #467F28

Text Example


Text Example

White with #467F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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