Html Css Color HEX #428A08 Bilbao

📋 copy color: '#428A08'

red 66 ◦ green 138 ◦ blue 8

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

Shades of Bilbao #428A08

Tints of Bilbao #428A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 65.09%

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 31.13%
G = 65.09%
B = 3.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#428A08 (or 0x428A08) is known color: Bilbao. HEX triplet: 42, 8A and 08. RGB value is (66,138,8). Sum of RGB (Red+Green+Blue) = 66+138+8=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #428A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A08 is #BD75F7. Grayscale: #666666. Windows color (decimal): -12416504 or 559682. OLE color: 559682.

HSL color Cylindrical-coordinate representation of color #428A08: hue angle of 93.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #428A08 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 8 -
CMYK 0.52 0 0.94 0.46
HSL 93.23º 0.89% 0.29% -
HSV(B) 93.23º 0.94% 0.54% -
XYZ 11.38 19.35 3.37 -
YUV 101.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 66 138 8 0.52 0 0.94 0.46 93.23 0.89 0.29
Hex 42 8A 8 34 0 5E 2E 5D 59 1D
Octal 102 212 10 64 0 136 56 135 131 35
Binary 1000010 10001010 1000 110100 0 1011110 101110 1011101 1011001 11101

Color Harmonies of #428A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A08

Black with #428A08

Text Example


Text Example

White with #428A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A08; }

 p { color: rgb(66,138,8); }

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

background-color css

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

 a { background-color: rgb(66,138,8); }

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

border-color css

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

 span { border-color: rgb(66,138,8); }

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