Html Css Color HEX #42840B Bilbao

📋 copy color: '#42840B'

red 66 ◦ green 132 ◦ blue 11

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

Shades of Bilbao #42840B

Tints of Bilbao #42840B

RGB

 RED value IS 66 (26.17% from 255) = 31.58%

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 31.58%
G = 63.16%
B = 5.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#42840B (or 0x42840B) is known color: Bilbao. HEX triplet: 42, 84 and 0B. RGB value is (66,132,11). Sum of RGB (Red+Green+Blue) = 66+132+11=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #42840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42840B is #BD7BF4. Grayscale: #626262. Windows color (decimal): -12418037 or 754754. OLE color: 754754.

HSL color Cylindrical-coordinate representation of color #42840B: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42840B is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 11 -
CMYK 0.5 0 0.92 0.48
HSL 92.73º 0.85% 0.28% -
HSV(B) 92.73º 0.92% 0.52% -
XYZ 10.56 17.68 3.17 -
YUV 98.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 66 132 11 0.5 0 0.92 0.48 92.73 0.85 0.28
Hex 42 84 B 32 0 5C 30 5D 55 1C
Octal 102 204 13 62 0 134 60 135 125 34
Binary 1000010 10000100 1011 110010 0 1011100 110000 1011101 1010101 11100

Color Harmonies of #42840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42840B

Black with #42840B

Text Example


Text Example

White with #42840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42840B; }

 p { color: rgb(66,132,11); }

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

background-color css

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

 a { background-color: rgb(66,132,11); }

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

border-color css

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

 span { border-color: rgb(66,132,11); }

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