Html Css Color HEX #467D0F Bilbao

📋 copy color: '#467D0F'

red 70 ◦ green 125 ◦ blue 15

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

Shades of Bilbao #467D0F

Tints of Bilbao #467D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 33.33%
G = 59.52%
B = 7.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#467D0F (or 0x467D0F) is known color: Bilbao. HEX triplet: 46, 7D and 0F. RGB value is (70,125,15). Sum of RGB (Red+Green+Blue) = 70+125+15=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #467D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D0F is #B982F0. Grayscale: #606060. Windows color (decimal): -12157681 or 1015110. OLE color: 1015110.

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

Color convert

RGB 70 125 15 -
CMYK 0.44 0 0.88 0.51
HSL 90º 0.79% 0.27% -
HSV(B) 90º 0.88% 0.49% -
XYZ 9.95 16 3.02 -
YUV 96.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 70 125 15 0.44 0 0.88 0.51 90 0.79 0.27
Hex 46 7D F 2C 0 58 33 5A 4F 1B
Octal 106 175 17 54 0 130 63 132 117 33
Binary 1000110 1111101 1111 101100 0 1011000 110011 1011010 1001111 11011

Color Harmonies of #467D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D0F

Black with #467D0F

Text Example


Text Example

White with #467D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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