Html Css Color HEX #428507 Bilbao

📋 copy color: '#428507'

red 66 ◦ green 133 ◦ blue 7

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

Shades of Bilbao #428507

Tints of Bilbao #428507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 32.04%
G = 64.56%
B = 3.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#428507 (or 0x428507) is known color: Bilbao. HEX triplet: 42, 85 and 07. RGB value is (66,133,7). Sum of RGB (Red+Green+Blue) = 66+133+7=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #428507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428507 is #BD7AF8. Grayscale: #636363. Windows color (decimal): -12417785 or 492866. OLE color: 492866.

HSL color Cylindrical-coordinate representation of color #428507: hue angle of 91.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #428507 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 7 -
CMYK 0.50 0 0.95 0.48
HSL 91.9º 0.9% 0.27% -
HSV(B) 91.9º 0.95% 0.52% -
XYZ 10.67 17.95 3.1 -
YUV 98.6 76.3 104.75 -
System Red Green Blue C M Y K H S L
Decimal 66 133 7 0.50 0 0.95 0.48 91.9 0.9 0.27
Hex 42 85 7 32 0 5F 30 5C 5A 1B
Octal 102 205 7 62 0 137 60 134 132 33
Binary 1000010 10000101 111 110010 0 1011111 110000 1011100 1011010 11011

Color Harmonies of #428507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428507

Black with #428507

Text Example


Text Example

White with #428507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428507; }

 p { color: rgb(66,133,7); }

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

background-color css

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

 a { background-color: rgb(66,133,7); }

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

border-color css

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

 span { border-color: rgb(66,133,7); }

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