Html Css Color HEX #428A05 Bilbao

📋 copy color: '#428A05'

red 66 ◦ green 138 ◦ blue 5

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

Shades of Bilbao #428A05

Tints of Bilbao #428A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.03%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 31.58%
G = 66.03%
B = 2.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#428A05 (or 0x428A05) is known color: Bilbao. HEX triplet: 42, 8A and 05. RGB value is (66,138,5). Sum of RGB (Red+Green+Blue) = 66+138+5=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #428A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A05 is #BD75FA. Grayscale: #656565. Windows color (decimal): -12416507 or 363074. OLE color: 363074.

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

Color convert

RGB 66 138 5 -
CMYK 0.52 0 0.96 0.46
HSL 92.48º 0.93% 0.28% -
HSV(B) 92.48º 0.96% 0.54% -
XYZ 11.36 19.35 3.28 -
YUV 101.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 66 138 5 0.52 0 0.96 0.46 92.48 0.93 0.28
Hex 42 8A 5 34 0 60 2E 5C 5D 1C
Octal 102 212 5 64 0 140 56 134 135 34
Binary 1000010 10001010 101 110100 0 1100000 101110 1011100 1011101 11100

Color Harmonies of #428A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A05

Black with #428A05

Text Example


Text Example

White with #428A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A05; }

 p { color: rgb(66,138,5); }

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

background-color css

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

 a { background-color: rgb(66,138,5); }

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

border-color css

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

 span { border-color: rgb(66,138,5); }

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