Html Css Color HEX #42711D Bilbao

📋 copy color: '#42711D'

red 66 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #42711D

Tints of Bilbao #42711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.33%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 31.73%
G = 54.33%
B = 13.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#42711D (or 0x42711D) is known color: Bilbao. HEX triplet: 42, 71 and 1D. RGB value is (66,113,29). Sum of RGB (Red+Green+Blue) = 66+113+29=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #42711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42711D is #BD8EE2. Grayscale: #595959. Windows color (decimal): -12422883 or 1929538. OLE color: 1929538.

HSL color Cylindrical-coordinate representation of color #42711D: hue angle of 93.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42711D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 29 -
CMYK 0.42 0 0.74 0.56
HSL 93.57º 0.59% 0.28% -
HSV(B) 93.57º 0.74% 0.44% -
XYZ 8.37 13.06 3.24 -
YUV 89.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 66 113 29 0.42 0 0.74 0.56 93.57 0.59 0.28
Hex 42 71 1D 2A 0 4A 38 5E 3B 1C
Octal 102 161 35 52 0 112 70 136 73 34
Binary 1000010 1110001 11101 101010 0 1001010 111000 1011110 111011 11100

Color Harmonies of #42711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42711D

Black with #42711D

Text Example


Text Example

White with #42711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42711D; }

 p { color: rgb(66,113,29); }

 H1.HeaderClassName
 {
   color: #42711D;
 }
 .AnyTagClassName
 {
   color: #42711D;
 }
</style>

background-color css

<style>
 a { background-color: #42711D; }

 a { background-color: rgb(66,113,29); }

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

border-color css

<style>
 span { border-color: #42711D; }

 span { border-color: rgb(66,113,29); }

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