Html Css Color HEX #428618 Bilbao

📋 copy color: '#428618'

red 66 ◦ green 134 ◦ blue 24

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

Shades of Bilbao #428618

Tints of Bilbao #428618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 29.46%
G = 59.82%
B = 10.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#428618 (or 0x428618) is known color: Bilbao. HEX triplet: 42, 86 and 18. RGB value is (66,134,24). Sum of RGB (Red+Green+Blue) = 66+134+24=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #428618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428618 is #BD79E7. Grayscale: #656565. Windows color (decimal): -12417512 or 1607234. OLE color: 1607234.

HSL color Cylindrical-coordinate representation of color #428618: hue angle of 97.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #428618 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 24 -
CMYK 0.51 0 0.82 0.47
HSL 97.09º 0.7% 0.31% -
HSV(B) 97.09º 0.82% 0.53% -
XYZ 10.94 18.27 3.82 -
YUV 101.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 66 134 24 0.51 0 0.82 0.47 97.09 0.7 0.31
Hex 42 86 18 33 0 52 2F 61 46 1F
Octal 102 206 30 63 0 122 57 141 106 37
Binary 1000010 10000110 11000 110011 0 1010010 101111 1100001 1000110 11111

Color Harmonies of #428618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428618

Black with #428618

Text Example


Text Example

White with #428618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428618; }

 p { color: rgb(66,134,24); }

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

background-color css

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

 a { background-color: rgb(66,134,24); }

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

border-color css

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

 span { border-color: rgb(66,134,24); }

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