Html Css Color HEX #42711C Bilbao

📋 copy color: '#42711C'

red 66 ◦ green 113 ◦ blue 28

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

Shades of Bilbao #42711C

Tints of Bilbao #42711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 31.88%
G = 54.59%
B = 13.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#42711C (or 0x42711C) is known color: Bilbao. HEX triplet: 42, 71 and 1C. RGB value is (66,113,28). Sum of RGB (Red+Green+Blue) = 66+113+28=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #42711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42711C is #BD8EE3. Grayscale: #595959. Windows color (decimal): -12422884 or 1864002. OLE color: 1864002.

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

Color convert

RGB 66 113 28 -
CMYK 0.42 0 0.75 0.56
HSL 93.18º 0.6% 0.28% -
HSV(B) 93.18º 0.75% 0.44% -
XYZ 8.36 13.05 3.18 -
YUV 89.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 66 113 28 0.42 0 0.75 0.56 93.18 0.6 0.28
Hex 42 71 1C 2A 0 4B 38 5D 3C 1C
Octal 102 161 34 52 0 113 70 135 74 34
Binary 1000010 1110001 11100 101010 0 1001011 111000 1011101 111100 11100

Color Harmonies of #42711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42711C

Black with #42711C

Text Example


Text Example

White with #42711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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