Html Css Color HEX #42721A Bilbao

📋 copy color: '#42721A'

red 66 ◦ green 114 ◦ blue 26

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

Shades of Bilbao #42721A

Tints of Bilbao #42721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.34%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 32.04%
G = 55.34%
B = 12.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#42721A (or 0x42721A) is known color: Bilbao. HEX triplet: 42, 72 and 1A. RGB value is (66,114,26). Sum of RGB (Red+Green+Blue) = 66+114+26=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #42721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42721A is #BD8DE5. Grayscale: #595959. Windows color (decimal): -12422630 or 1733186. OLE color: 1733186.

HSL color Cylindrical-coordinate representation of color #42721A: hue angle of 92.73º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42721A is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 26 -
CMYK 0.42 0 0.77 0.55
HSL 92.73º 0.63% 0.27% -
HSV(B) 92.73º 0.77% 0.45% -
XYZ 8.45 13.27 3.09 -
YUV 89.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 66 114 26 0.42 0 0.77 0.55 92.73 0.63 0.27
Hex 42 72 1A 2A 0 4D 37 5D 3F 1B
Octal 102 162 32 52 0 115 67 135 77 33
Binary 1000010 1110010 11010 101010 0 1001101 110111 1011101 111111 11011

Color Harmonies of #42721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42721A

Black with #42721A

Text Example


Text Example

White with #42721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42721A; }

 p { color: rgb(66,114,26); }

 H1.HeaderClassName
 {
   color: #42721A;
 }
 .AnyTagClassName
 {
   color: #42721A;
 }
</style>

background-color css

<style>
 a { background-color: #42721A; }

 a { background-color: rgb(66,114,26); }

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

border-color css

<style>
 span { border-color: #42721A; }

 span { border-color: rgb(66,114,26); }

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