Html Css Color HEX #428717 Bilbao

📋 copy color: '#428717'

red 66 ◦ green 135 ◦ blue 23

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

Shades of Bilbao #428717

Tints of Bilbao #428717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60.27%

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 29.46%
G = 60.27%
B = 10.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#428717 (or 0x428717) is known color: Bilbao. HEX triplet: 42, 87 and 17. RGB value is (66,135,23). Sum of RGB (Red+Green+Blue) = 66+135+23=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #428717 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428717 is #BD78E8. Grayscale: #656565. Windows color (decimal): -12417257 or 1541954. OLE color: 1541954.

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

Color convert

RGB 66 135 23 -
CMYK 0.51 0 0.83 0.47
HSL 96.96º 0.71% 0.31% -
HSV(B) 96.96º 0.83% 0.53% -
XYZ 11.07 18.55 3.81 -
YUV 101.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 66 135 23 0.51 0 0.83 0.47 96.96 0.71 0.31
Hex 42 87 17 33 0 53 2F 61 47 1F
Octal 102 207 27 63 0 123 57 141 107 37
Binary 1000010 10000111 10111 110011 0 1010011 101111 1100001 1000111 11111

Color Harmonies of #428717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428717

Black with #428717

Text Example


Text Example

White with #428717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428717; }

 p { color: rgb(66,135,23); }

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

background-color css

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

 a { background-color: rgb(66,135,23); }

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

border-color css

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

 span { border-color: rgb(66,135,23); }

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