Html Css Color HEX #467D33 Bilbao

📋 copy color: '#467D33'

red 70 ◦ green 125 ◦ blue 51

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

Shades of Bilbao #467D33

Tints of Bilbao #467D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

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

R = 28.46%
G = 50.81%
B = 20.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#467D33 (or 0x467D33) is known color: Bilbao. HEX triplet: 46, 7D and 33. RGB value is (70,125,51). Sum of RGB (Red+Green+Blue) = 70+125+51=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #467D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D33 is #B982CC. Grayscale: #646464. Windows color (decimal): -12157645 or 3374406. OLE color: 3374406.

HSL color Cylindrical-coordinate representation of color #467D33: hue angle of 104.59º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467D33 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 51 -
CMYK 0.44 0 0.59 0.51
HSL 104.59º 0.42% 0.35% -
HSV(B) 104.59º 0.59% 0.49% -
XYZ 10.46 16.21 5.71 -
YUV 100.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 70 125 51 0.44 0 0.59 0.51 104.59 0.42 0.35
Hex 46 7D 33 2C 0 3B 33 69 2A 23
Octal 106 175 63 54 0 73 63 151 52 43
Binary 1000110 1111101 110011 101100 0 111011 110011 1101001 101010 100011

Color Harmonies of #467D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D33

Black with #467D33

Text Example


Text Example

White with #467D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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