Html Css Color HEX #428610 Bilbao

📋 copy color: '#428610'

red 66 ◦ green 134 ◦ blue 16

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

Shades of Bilbao #428610

Tints of Bilbao #428610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 30.56%
G = 62.04%
B = 7.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#428610 (or 0x428610) is known color: Bilbao. HEX triplet: 42, 86 and 10. RGB value is (66,134,16). Sum of RGB (Red+Green+Blue) = 66+134+16=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #428610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428610 is #BD79EF. Grayscale: #646464. Windows color (decimal): -12417520 or 1082946. OLE color: 1082946.

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

Color convert

RGB 66 134 16 -
CMYK 0.51 0 0.88 0.47
HSL 94.58º 0.79% 0.29% -
HSV(B) 94.58º 0.88% 0.53% -
XYZ 10.87 18.25 3.44 -
YUV 100.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 66 134 16 0.51 0 0.88 0.47 94.58 0.79 0.29
Hex 42 86 10 33 0 58 2F 5F 4F 1D
Octal 102 206 20 63 0 130 57 137 117 35
Binary 1000010 10000110 10000 110011 0 1011000 101111 1011111 1001111 11101

Color Harmonies of #428610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428610

Black with #428610

Text Example


Text Example

White with #428610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428610; }

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

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

background-color css

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

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

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

border-color css

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

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

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