Html Css Color HEX #428226 Bilbao

📋 copy color: '#428226'

red 66 ◦ green 130 ◦ blue 38

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

Shades of Bilbao #428226

Tints of Bilbao #428226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 28.21%
G = 55.56%
B = 16.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#428226 (or 0x428226) is known color: Bilbao. HEX triplet: 42, 82 and 26. RGB value is (66,130,38). Sum of RGB (Red+Green+Blue) = 66+130+38=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #428226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428226 is #BD7DD9. Grayscale: #646464. Windows color (decimal): -12418522 or 2523714. OLE color: 2523714.

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

Color convert

RGB 66 130 38 -
CMYK 0.49 0 0.71 0.49
HSL 101.74º 0.55% 0.33% -
HSV(B) 101.74º 0.71% 0.51% -
XYZ 10.58 17.26 4.61 -
YUV 100.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 66 130 38 0.49 0 0.71 0.49 101.74 0.55 0.33
Hex 42 82 26 31 0 47 31 66 37 21
Octal 102 202 46 61 0 107 61 146 67 41
Binary 1000010 10000010 100110 110001 0 1000111 110001 1100110 110111 100001

Color Harmonies of #428226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428226

Black with #428226

Text Example


Text Example

White with #428226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428226; }

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

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

background-color css

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

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

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

border-color css

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

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

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