Html Css Color HEX #42751C Bilbao

📋 copy color: '#42751C'

red 66 ◦ green 117 ◦ blue 28

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

Shades of Bilbao #42751C

Tints of Bilbao #42751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

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

R = 31.28%
G = 55.45%
B = 13.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#42751C (or 0x42751C) is known color: Bilbao. HEX triplet: 42, 75 and 1C. RGB value is (66,117,28). Sum of RGB (Red+Green+Blue) = 66+117+28=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #42751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42751C is #BD8AE3. Grayscale: #5B5B5B. Windows color (decimal): -12421860 or 1865026. OLE color: 1865026.

HSL color Cylindrical-coordinate representation of color #42751C: hue angle of 94.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42751C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 28 -
CMYK 0.44 0 0.76 0.54
HSL 94.38º 0.61% 0.28% -
HSV(B) 94.38º 0.76% 0.46% -
XYZ 8.82 13.96 3.33 -
YUV 91.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 66 117 28 0.44 0 0.76 0.54 94.38 0.61 0.28
Hex 42 75 1C 2C 0 4C 36 5E 3D 1C
Octal 102 165 34 54 0 114 66 136 75 34
Binary 1000010 1110101 11100 101100 0 1001100 110110 1011110 111101 11100

Color Harmonies of #42751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42751C

Black with #42751C

Text Example


Text Example

White with #42751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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