Html Css Color HEX #428600 Bilbao

📋 copy color: '#428600'

red 66 ◦ green 134 ◦ blue 0

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

Shades of Bilbao #428600

Tints of Bilbao #428600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33%
G = 67%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#428600 (or 0x428600) is known color: Bilbao. HEX triplet: 42, 86 and 00. RGB value is (66,134,0). Sum of RGB (Red+Green+Blue) = 66+134+0=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 134 (52.73% from 255 or 67% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 134 - color contains mainly: green. Hex color #428600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428600 is #BD79FF. Grayscale: #626262. Windows color (decimal): -12417536 or 34370. OLE color: 34370.

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

Color convert

RGB 66 134 0 -
CMYK 0.51 0 1 0.47
HSL 90.45º 1% 0.26% -
HSV(B) 90.45º 1% 0.53% -
XYZ 10.77 18.21 2.95 -
YUV 98.39 72.47 104.9 -
System Red Green Blue C M Y K H S L
Decimal 66 134 0 0.51 0 1 0.47 90.45 1 0.26
Hex 42 86 0 33 0 64 2F 5A 64 1A
Octal 102 206 0 63 0 144 57 132 144 32
Binary 1000010 10000110 0 110011 0 1100100 101111 1011010 1100100 11010

Color Harmonies of #428600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428600

Black with #428600

Text Example


Text Example

White with #428600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428600; }

 p { color: rgb(66,134,0); }

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

background-color css

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

 a { background-color: rgb(66,134,0); }

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

border-color css

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

 span { border-color: rgb(66,134,0); }

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