Html Css Color HEX #42742E Bilbao

📋 copy color: '#42742E'

red 66 ◦ green 116 ◦ blue 46

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

Shades of Bilbao #42742E

Tints of Bilbao #42742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 28.95%
G = 50.88%
B = 20.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#42742E (or 0x42742E) is known color: Bilbao. HEX triplet: 42, 74 and 2E. RGB value is (66,116,46). Sum of RGB (Red+Green+Blue) = 66+116+46=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #42742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42742E is #BD8BD1. Grayscale: #5D5D5D. Windows color (decimal): -12422098 or 3044418. OLE color: 3044418.

HSL color Cylindrical-coordinate representation of color #42742E: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42742E is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 46 -
CMYK 0.43 0 0.60 0.55
HSL 102.86º 0.43% 0.32% -
HSV(B) 102.86º 0.6% 0.45% -
XYZ 8.99 13.85 4.78 -
YUV 93.07 101.44 108.69 -
System Red Green Blue C M Y K H S L
Decimal 66 116 46 0.43 0 0.60 0.55 102.86 0.43 0.32
Hex 42 74 2E 2B 0 3C 37 67 2B 20
Octal 102 164 56 53 0 74 67 147 53 40
Binary 1000010 1110100 101110 101011 0 111100 110111 1100111 101011 100000

Color Harmonies of #42742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42742E

Black with #42742E

Text Example


Text Example

White with #42742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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