Html Css Color HEX #428700 Bilbao

📋 copy color: '#428700'

red 66 ◦ green 135 ◦ blue 0

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

Shades of Bilbao #428700

Tints of Bilbao #428700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 67.16%

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

R = 32.84%
G = 67.16%
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

#428700 (or 0x428700) is known color: Bilbao. HEX triplet: 42, 87 and 00. RGB value is (66,135,0). Sum of RGB (Red+Green+Blue) = 66+135+0=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #428700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428700 is #BD78FF. Grayscale: #636363. Windows color (decimal): -12417280 or 34626. OLE color: 34626.

HSL color Cylindrical-coordinate representation of color #428700: hue angle of 90.67º 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 #428700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 0 -
CMYK 0.51 0 1 0.47
HSL 90.67º 1% 0.26% -
HSV(B) 90.67º 1% 0.53% -
XYZ 10.91 18.49 2.99 -
YUV 98.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 66 135 0 0.51 0 1 0.47 90.67 1 0.26
Hex 42 87 0 33 0 64 2F 5B 64 1A
Octal 102 207 0 63 0 144 57 133 144 32
Binary 1000010 10000111 0 110011 0 1100100 101111 1011011 1100100 11010

Color Harmonies of #428700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428700

Black with #428700

Text Example


Text Example

White with #428700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428700; }

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

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

background-color css

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

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

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

border-color css

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

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

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