Html Css Color HEX #428506 Bilbao

📋 copy color: '#428506'

red 66 ◦ green 133 ◦ blue 6

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

Shades of Bilbao #428506

Tints of Bilbao #428506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 32.2%
G = 64.88%
B = 2.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#428506 (or 0x428506) is known color: Bilbao. HEX triplet: 42, 85 and 06. RGB value is (66,133,6). Sum of RGB (Red+Green+Blue) = 66+133+6=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #428506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428506 is #BD7AF9. Grayscale: #626262. Windows color (decimal): -12417786 or 427330. OLE color: 427330.

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

Color convert

RGB 66 133 6 -
CMYK 0.50 0 0.95 0.48
HSL 91.65º 0.91% 0.27% -
HSV(B) 91.65º 0.95% 0.52% -
XYZ 10.67 17.95 3.07 -
YUV 98.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 66 133 6 0.50 0 0.95 0.48 91.65 0.91 0.27
Hex 42 85 6 32 0 5F 30 5C 5B 1B
Octal 102 205 6 62 0 137 60 134 133 33
Binary 1000010 10000101 110 110010 0 1011111 110000 1011100 1011011 11011

Color Harmonies of #428506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428506

Black with #428506

Text Example


Text Example

White with #428506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428506; }

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

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

background-color css

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

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

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

border-color css

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

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

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