Html Css Color HEX #42740B Bilbao

📋 copy color: '#42740B'

red 66 ◦ green 116 ◦ blue 11

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

Shades of Bilbao #42740B

Tints of Bilbao #42740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

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

R = 34.2%
G = 60.1%
B = 5.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#42740B (or 0x42740B) is known color: Bilbao. HEX triplet: 42, 74 and 0B. RGB value is (66,116,11). Sum of RGB (Red+Green+Blue) = 66+116+11=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #42740B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42740B is #BD8BF4. Grayscale: #595959. Windows color (decimal): -12422133 or 750658. OLE color: 750658.

HSL color Cylindrical-coordinate representation of color #42740B: hue angle of 88.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42740B is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 11 -
CMYK 0.43 0 0.91 0.55
HSL 88.57º 0.83% 0.25% -
HSV(B) 88.57º 0.91% 0.45% -
XYZ 8.55 13.67 2.51 -
YUV 89.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 66 116 11 0.43 0 0.91 0.55 88.57 0.83 0.25
Hex 42 74 B 2B 0 5B 37 59 53 19
Octal 102 164 13 53 0 133 67 131 123 31
Binary 1000010 1110100 1011 101011 0 1011011 110111 1011001 1010011 11001

Color Harmonies of #42740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42740B

Black with #42740B

Text Example


Text Example

White with #42740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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