Html Css Color HEX #467D06 Bilbao

📋 copy color: '#467D06'

red 70 ◦ green 125 ◦ blue 6

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

Shades of Bilbao #467D06

Tints of Bilbao #467D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 34.83%
G = 62.19%
B = 2.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#467D06 (or 0x467D06) is known color: Bilbao. HEX triplet: 46, 7D and 06. RGB value is (70,125,6). Sum of RGB (Red+Green+Blue) = 70+125+6=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 125 (49.22% from 255 or 62.19% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 125 - color contains mainly: green. Hex color #467D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D06 is #B982F9. Grayscale: #5F5F5F. Windows color (decimal): -12157690 or 425286. OLE color: 425286.

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

Color convert

RGB 70 125 6 -
CMYK 0.44 0 0.95 0.51
HSL 87.73º 0.91% 0.26% -
HSV(B) 87.73º 0.95% 0.49% -
XYZ 9.89 15.98 2.74 -
YUV 94.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 70 125 6 0.44 0 0.95 0.51 87.73 0.91 0.26
Hex 46 7D 6 2C 0 5F 33 58 5B 1A
Octal 106 175 6 54 0 137 63 130 133 32
Binary 1000110 1111101 110 101100 0 1011111 110011 1011000 1011011 11010

Color Harmonies of #467D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D06

Black with #467D06

Text Example


Text Example

White with #467D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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