Html Css Color HEX #428419 Bilbao

📋 copy color: '#428419'

red 66 ◦ green 132 ◦ blue 25

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

Shades of Bilbao #428419

Tints of Bilbao #428419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

 BLUE value IS 25 (10.16% from 255) = 11.21%

R = 29.6%
G = 59.19%
B = 11.21%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#428419 (or 0x428419) is known color: Bilbao. HEX triplet: 42, 84 and 19. RGB value is (66,132,25). Sum of RGB (Red+Green+Blue) = 66+132+25=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #428419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428419 is #BD7BE6. Grayscale: #646464. Windows color (decimal): -12418023 or 1672258. OLE color: 1672258.

HSL color Cylindrical-coordinate representation of color #428419: hue angle of 97.01º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #428419 is Cyan = 0.5, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 25 -
CMYK 0.5 0 0.81 0.48
HSL 97.01º 0.68% 0.31% -
HSV(B) 97.01º 0.81% 0.52% -
XYZ 10.67 17.73 3.78 -
YUV 100.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 66 132 25 0.5 0 0.81 0.48 97.01 0.68 0.31
Hex 42 84 19 32 0 51 30 61 44 1F
Octal 102 204 31 62 0 121 60 141 104 37
Binary 1000010 10000100 11001 110010 0 1010001 110000 1100001 1000100 11111

Color Harmonies of #428419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428419

Black with #428419

Text Example


Text Example

White with #428419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428419; }

 p { color: rgb(66,132,25); }

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

background-color css

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

 a { background-color: rgb(66,132,25); }

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

border-color css

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

 span { border-color: rgb(66,132,25); }

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