Html Css Color HEX #428501 Bilbao

📋 copy color: '#428501'

red 66 ◦ green 133 ◦ blue 1

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

Shades of Bilbao #428501

Tints of Bilbao #428501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 33%
G = 66.5%
B = 0.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#428501 (or 0x428501) is known color: Bilbao. HEX triplet: 42, 85 and 01. RGB value is (66,133,1). Sum of RGB (Red+Green+Blue) = 66+133+1=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #428501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428501 is #BD7AFE. Grayscale: #626262. Windows color (decimal): -12417791 or 99650. OLE color: 99650.

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

Color convert

RGB 66 133 1 -
CMYK 0.50 0 0.99 0.48
HSL 90.45º 0.99% 0.26% -
HSV(B) 90.45º 0.99% 0.52% -
XYZ 10.64 17.94 2.93 -
YUV 97.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 66 133 1 0.50 0 0.99 0.48 90.45 0.99 0.26
Hex 42 85 1 32 0 63 30 5A 63 1A
Octal 102 205 1 62 0 143 60 132 143 32
Binary 1000010 10000101 1 110010 0 1100011 110000 1011010 1100011 11010

Color Harmonies of #428501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428501

Black with #428501

Text Example


Text Example

White with #428501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428501; }

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

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

background-color css

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

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

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

border-color css

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

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

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