Html Css Color HEX #428511 Bilbao

📋 copy color: '#428511'

red 66 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #428511

Tints of Bilbao #428511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.57%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 30.56%
G = 61.57%
B = 7.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#428511 (or 0x428511) is known color: Bilbao. HEX triplet: 42, 85 and 11. RGB value is (66,133,17). Sum of RGB (Red+Green+Blue) = 66+133+17=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #428511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428511 is #BD7AEE. Grayscale: #646464. Windows color (decimal): -12417775 or 1148226. OLE color: 1148226.

HSL color Cylindrical-coordinate representation of color #428511: hue angle of 94.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #428511 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 17 -
CMYK 0.50 0 0.87 0.48
HSL 94.66º 0.77% 0.29% -
HSV(B) 94.66º 0.87% 0.52% -
XYZ 10.74 17.97 3.43 -
YUV 99.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 66 133 17 0.50 0 0.87 0.48 94.66 0.77 0.29
Hex 42 85 11 32 0 57 30 5F 4D 1D
Octal 102 205 21 62 0 127 60 137 115 35
Binary 1000010 10000101 10001 110010 0 1010111 110000 1011111 1001101 11101

Color Harmonies of #428511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428511

Black with #428511

Text Example


Text Example

White with #428511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428511; }

 p { color: rgb(66,133,17); }

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

background-color css

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

 a { background-color: rgb(66,133,17); }

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

border-color css

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

 span { border-color: rgb(66,133,17); }

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