Html Css Color HEX #428319 Bilbao

📋 copy color: '#428319'

red 66 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #428319

Tints of Bilbao #428319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

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

R = 29.73%
G = 59.01%
B = 11.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#428319 (or 0x428319) is known color: Bilbao. HEX triplet: 42, 83 and 19. RGB value is (66,131,25). Sum of RGB (Red+Green+Blue) = 66+131+25=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #428319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428319 is #BD7CE6. Grayscale: #636363. Windows color (decimal): -12418279 or 1672002. OLE color: 1672002.

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

Color convert

RGB 66 131 25 -
CMYK 0.50 0 0.81 0.49
HSL 96.79º 0.68% 0.31% -
HSV(B) 96.79º 0.81% 0.51% -
XYZ 10.54 17.46 3.73 -
YUV 99.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 66 131 25 0.50 0 0.81 0.49 96.79 0.68 0.31
Hex 42 83 19 32 0 51 31 61 44 1F
Octal 102 203 31 62 0 121 61 141 104 37
Binary 1000010 10000011 11001 110010 0 1010001 110001 1100001 1000100 11111

Color Harmonies of #428319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428319

Black with #428319

Text Example


Text Example

White with #428319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428319; }

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

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

background-color css

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

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

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

border-color css

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

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

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