Html Css Color HEX #428305 Bilbao

📋 copy color: '#428305'

red 66 ◦ green 131 ◦ blue 5

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

Shades of Bilbao #428305

Tints of Bilbao #428305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 32.67%
G = 64.85%
B = 2.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#428305 (or 0x428305) is known color: Bilbao. HEX triplet: 42, 83 and 05. RGB value is (66,131,5). Sum of RGB (Red+Green+Blue) = 66+131+5=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #428305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428305 is #BD7CFA. Grayscale: #616161. Windows color (decimal): -12418299 or 361282. OLE color: 361282.

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

Color convert

RGB 66 131 5 -
CMYK 0.50 0 0.96 0.49
HSL 90.95º 0.93% 0.27% -
HSV(B) 90.95º 0.96% 0.51% -
XYZ 10.39 17.4 2.95 -
YUV 97.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 66 131 5 0.50 0 0.96 0.49 90.95 0.93 0.27
Hex 42 83 5 32 0 60 31 5B 5D 1B
Octal 102 203 5 62 0 140 61 133 135 33
Binary 1000010 10000011 101 110010 0 1100000 110001 1011011 1011101 11011

Color Harmonies of #428305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428305

Black with #428305

Text Example


Text Example

White with #428305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428305; }

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

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

background-color css

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

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

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

border-color css

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

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

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