Html Css Color HEX #428223 Bilbao

📋 copy color: '#428223'

red 66 ◦ green 130 ◦ blue 35

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

Shades of Bilbao #428223

Tints of Bilbao #428223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 28.57%
G = 56.28%
B = 15.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#428223 (or 0x428223) is known color: Bilbao. HEX triplet: 42, 82 and 23. RGB value is (66,130,35). Sum of RGB (Red+Green+Blue) = 66+130+35=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #428223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428223 is #BD7DDC. Grayscale: #646464. Windows color (decimal): -12418525 or 2327106. OLE color: 2327106.

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

Color convert

RGB 66 130 35 -
CMYK 0.49 0 0.73 0.49
HSL 100.42º 0.58% 0.32% -
HSV(B) 100.42º 0.73% 0.51% -
XYZ 10.53 17.24 4.36 -
YUV 100.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 66 130 35 0.49 0 0.73 0.49 100.42 0.58 0.32
Hex 42 82 23 31 0 49 31 64 3A 20
Octal 102 202 43 61 0 111 61 144 72 40
Binary 1000010 10000010 100011 110001 0 1001001 110001 1100100 111010 100000

Color Harmonies of #428223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428223

Black with #428223

Text Example


Text Example

White with #428223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428223; }

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

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

background-color css

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

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

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

border-color css

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

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

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