Html Css Color HEX #428214 Bilbao

📋 copy color: '#428214'

red 66 ◦ green 130 ◦ blue 20

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

Shades of Bilbao #428214

Tints of Bilbao #428214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.19%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 30.56%
G = 60.19%
B = 9.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#428214 (or 0x428214) is known color: Bilbao. HEX triplet: 42, 82 and 14. RGB value is (66,130,20). Sum of RGB (Red+Green+Blue) = 66+130+20=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #428214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428214 is #BD7DEB. Grayscale: #626262. Windows color (decimal): -12418540 or 1344066. OLE color: 1344066.

HSL color Cylindrical-coordinate representation of color #428214: hue angle of 94.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #428214 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 20 -
CMYK 0.49 0 0.85 0.49
HSL 94.91º 0.73% 0.29% -
HSV(B) 94.91º 0.85% 0.51% -
XYZ 10.36 17.17 3.43 -
YUV 98.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 66 130 20 0.49 0 0.85 0.49 94.91 0.73 0.29
Hex 42 82 14 31 0 55 31 5F 49 1D
Octal 102 202 24 61 0 125 61 137 111 35
Binary 1000010 10000010 10100 110001 0 1010101 110001 1011111 1001001 11101

Color Harmonies of #428214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428214

Black with #428214

Text Example


Text Example

White with #428214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428214; }

 p { color: rgb(66,130,20); }

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

background-color css

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

 a { background-color: rgb(66,130,20); }

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

border-color css

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

 span { border-color: rgb(66,130,20); }

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