Html Css Color HEX #427F1C Bilbao

📋 copy color: '#427F1C'

red 66 ◦ green 127 ◦ blue 28

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

Shades of Bilbao #427F1C

Tints of Bilbao #427F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 57.47%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 29.86%
G = 57.47%
B = 12.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#427F1C (or 0x427F1C) is known color: Bilbao. HEX triplet: 42, 7F and 1C. RGB value is (66,127,28). Sum of RGB (Red+Green+Blue) = 66+127+28=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #427F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F1C is #BD80E3. Grayscale: #616161. Windows color (decimal): -12419300 or 1867586. OLE color: 1867586.

HSL color Cylindrical-coordinate representation of color #427F1C: hue angle of 96.97º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #427F1C is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 28 -
CMYK 0.48 0 0.78 0.50
HSL 96.97º 0.64% 0.3% -
HSV(B) 96.97º 0.78% 0.5% -
XYZ 10.05 16.42 3.74 -
YUV 97.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 66 127 28 0.48 0 0.78 0.50 96.97 0.64 0.3
Hex 42 7F 1C 30 0 4E 32 61 40 1E
Octal 102 177 34 60 0 116 62 141 100 36
Binary 1000010 1111111 11100 110000 0 1001110 110010 1100001 1000000 11110

Color Harmonies of #427F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F1C

Black with #427F1C

Text Example


Text Example

White with #427F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427F1C; }

 p { color: rgb(66,127,28); }

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

background-color css

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

 a { background-color: rgb(66,127,28); }

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

border-color css

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

 span { border-color: rgb(66,127,28); }

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