Html Css Color HEX #46840D Bilbao

📋 copy color: '#46840D'

red 70 ◦ green 132 ◦ blue 13

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

Shades of Bilbao #46840D

Tints of Bilbao #46840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.4%

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 32.56%
G = 61.4%
B = 6.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#46840D (or 0x46840D) is known color: Bilbao. HEX triplet: 46, 84 and 0D. RGB value is (70,132,13). Sum of RGB (Red+Green+Blue) = 70+132+13=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #46840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46840D is #B97BF2. Grayscale: #646464. Windows color (decimal): -12155891 or 885830. OLE color: 885830.

HSL color Cylindrical-coordinate representation of color #46840D: hue angle of 91.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46840D is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 13 -
CMYK 0.47 0 0.90 0.48
HSL 91.26º 0.82% 0.28% -
HSV(B) 91.26º 0.9% 0.52% -
XYZ 10.85 17.83 3.25 -
YUV 99.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 70 132 13 0.47 0 0.90 0.48 91.26 0.82 0.28
Hex 46 84 D 2F 0 5A 30 5B 52 1C
Octal 106 204 15 57 0 132 60 133 122 34
Binary 1000110 10000100 1101 101111 0 1011010 110000 1011011 1010010 11100

Color Harmonies of #46840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46840D

Black with #46840D

Text Example


Text Example

White with #46840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46840D; }

 p { color: rgb(70,132,13); }

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

background-color css

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

 a { background-color: rgb(70,132,13); }

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

border-color css

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

 span { border-color: rgb(70,132,13); }

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