Html Css Color HEX #42742F Bilbao

📋 copy color: '#42742F'

red 66 ◦ green 116 ◦ blue 47

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

Shades of Bilbao #42742F

Tints of Bilbao #42742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 28.82%
G = 50.66%
B = 20.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#42742F (or 0x42742F) is known color: Bilbao. HEX triplet: 42, 74 and 2F. RGB value is (66,116,47). Sum of RGB (Red+Green+Blue) = 66+116+47=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #42742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42742F is #BD8BD0. Grayscale: #5D5D5D. Windows color (decimal): -12422097 or 3109954. OLE color: 3109954.

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

Color convert

RGB 66 116 47 -
CMYK 0.43 0 0.59 0.55
HSL 103.48º 0.42% 0.32% -
HSV(B) 103.48º 0.59% 0.45% -
XYZ 9.01 13.85 4.89 -
YUV 93.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 66 116 47 0.43 0 0.59 0.55 103.48 0.42 0.32
Hex 42 74 2F 2B 0 3B 37 67 2A 20
Octal 102 164 57 53 0 73 67 147 52 40
Binary 1000010 1110100 101111 101011 0 111011 110111 1100111 101010 100000

Color Harmonies of #42742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42742F

Black with #42742F

Text Example


Text Example

White with #42742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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