Html Css Color HEX #42741A Bilbao

📋 copy color: '#42741A'

red 66 ◦ green 116 ◦ blue 26

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

Shades of Bilbao #42741A

Tints of Bilbao #42741A

RGB

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

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

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

R = 31.73%
G = 55.77%
B = 12.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#42741A (or 0x42741A) is known color: Bilbao. HEX triplet: 42, 74 and 1A. RGB value is (66,116,26). Sum of RGB (Red+Green+Blue) = 66+116+26=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #42741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42741A is #BD8BE5. Grayscale: #5B5B5B. Windows color (decimal): -12422118 or 1733698. OLE color: 1733698.

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

Color convert

RGB 66 116 26 -
CMYK 0.43 0 0.78 0.55
HSL 93.33º 0.63% 0.28% -
HSV(B) 93.33º 0.78% 0.45% -
XYZ 8.68 13.72 3.17 -
YUV 90.79 91.44 110.32 -
System Red Green Blue C M Y K H S L
Decimal 66 116 26 0.43 0 0.78 0.55 93.33 0.63 0.28
Hex 42 74 1A 2B 0 4E 37 5D 3F 1C
Octal 102 164 32 53 0 116 67 135 77 34
Binary 1000010 1110100 11010 101011 0 1001110 110111 1011101 111111 11100

Color Harmonies of #42741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42741A

Black with #42741A

Text Example


Text Example

White with #42741A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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