Html Css Color HEX #428509 Bilbao

📋 copy color: '#428509'

red 66 ◦ green 133 ◦ blue 9

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

Shades of Bilbao #428509

Tints of Bilbao #428509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 31.73%
G = 63.94%
B = 4.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#428509 (or 0x428509) is known color: Bilbao. HEX triplet: 42, 85 and 09. RGB value is (66,133,9). Sum of RGB (Red+Green+Blue) = 66+133+9=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #428509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428509 is #BD7AF6. Grayscale: #636363. Windows color (decimal): -12417783 or 623938. OLE color: 623938.

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

Color convert

RGB 66 133 9 -
CMYK 0.50 0 0.93 0.48
HSL 92.42º 0.87% 0.28% -
HSV(B) 92.42º 0.93% 0.52% -
XYZ 10.68 17.95 3.16 -
YUV 98.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 66 133 9 0.50 0 0.93 0.48 92.42 0.87 0.28
Hex 42 85 9 32 0 5D 30 5C 57 1C
Octal 102 205 11 62 0 135 60 134 127 34
Binary 1000010 10000101 1001 110010 0 1011101 110000 1011100 1010111 11100

Color Harmonies of #428509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428509

Black with #428509

Text Example


Text Example

White with #428509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428509; }

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

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

background-color css

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

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

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

border-color css

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

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

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