Html Css Color HEX #428900 Bilbao

📋 copy color: '#428900'

red 66 ◦ green 137 ◦ blue 0

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

Shades of Bilbao #428900

Tints of Bilbao #428900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 67.49%

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

R = 32.51%
G = 67.49%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#428900 (or 0x428900) is known color: Bilbao. HEX triplet: 42, 89 and 00. RGB value is (66,137,0). Sum of RGB (Red+Green+Blue) = 66+137+0=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #428900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428900 is #BD76FF. Grayscale: #646464. Windows color (decimal): -12416768 or 35138. OLE color: 35138.

HSL color Cylindrical-coordinate representation of color #428900: hue angle of 91.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #428900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 0 -
CMYK 0.52 0 1 0.46
HSL 91.09º 1% 0.27% -
HSV(B) 91.09º 1% 0.54% -
XYZ 11.19 19.05 3.09 -
YUV 100.15 71.48 103.64 -
System Red Green Blue C M Y K H S L
Decimal 66 137 0 0.52 0 1 0.46 91.09 1 0.27
Hex 42 89 0 34 0 64 2E 5B 64 1B
Octal 102 211 0 64 0 144 56 133 144 33
Binary 1000010 10001001 0 110100 0 1100100 101110 1011011 1100100 11011

Color Harmonies of #428900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428900

Black with #428900

Text Example


Text Example

White with #428900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428900; }

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

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

background-color css

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

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

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

border-color css

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

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

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