Html Css Color HEX #467905 Bilbao

📋 copy color: '#467905'

red 70 ◦ green 121 ◦ blue 5

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

Shades of Bilbao #467905

Tints of Bilbao #467905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.73%

 BLUE value IS 5 (2.34% from 255) = 2.55%

R = 35.71%
G = 61.73%
B = 2.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#467905 (or 0x467905) is known color: Bilbao. HEX triplet: 46, 79 and 05. RGB value is (70,121,5). Sum of RGB (Red+Green+Blue) = 70+121+5=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #467905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467905 is #B986FA. Grayscale: #5C5C5C. Windows color (decimal): -12158715 or 358726. OLE color: 358726.

HSL color Cylindrical-coordinate representation of color #467905: hue angle of 86.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467905 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 5 -
CMYK 0.42 0 0.96 0.53
HSL 86.38º 0.92% 0.25% -
HSV(B) 86.38º 0.96% 0.47% -
XYZ 9.39 14.99 2.54 -
YUV 92.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 70 121 5 0.42 0 0.96 0.53 86.38 0.92 0.25
Hex 46 79 5 2A 0 60 35 56 5C 19
Octal 106 171 5 52 0 140 65 126 134 31
Binary 1000110 1111001 101 101010 0 1100000 110101 1010110 1011100 11001

Color Harmonies of #467905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467905

Black with #467905

Text Example


Text Example

White with #467905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467905; }

 p { color: rgb(70,121,5); }

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

background-color css

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

 a { background-color: rgb(70,121,5); }

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

border-color css

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

 span { border-color: rgb(70,121,5); }

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